serviceData property

Implementation

Iterable<BluetoothServiceDataFilterInit> get serviceData =>
    js_util.getProperty(this, 'serviceData');
set serviceData (Iterable<BluetoothServiceDataFilterInit> newValue)

Implementation

set serviceData(Iterable<BluetoothServiceDataFilterInit> newValue) {
  js_util.setProperty(this, 'serviceData', newValue);
}