serviceData property

Implementation

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

Implementation

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