macAddress property

String get macAddress

The device's MAC address.

Implementation

String get macAddress => _wrapped.macAddress;
set macAddress (String v)

Implementation

set macAddress(String v) {
  _wrapped.macAddress = v;
}