mac property
String
get
mac
The MAC address.
Implementation
_i2.String get mac => _i3.getProperty(
this,
'mac',
);
set
mac
(String value)
Implementation
set mac(_i2.String value) {
_i3.setProperty(
this,
'mac',
value,
);
}