initialize method

void initialize(
  1. List<int> mac
)

Implementation

void initialize(List<int> mac) {
  _mac = mac;
}