bluetoothNameSubstring property

NSString? get bluetoothNameSubstring

bluetoothNameSubstring

Implementation

objc.NSString? get bluetoothNameSubstring {
  final _ret = _objc_msgSend_1x359cv(this.ref.pointer, _sel_bluetoothNameSubstring);
  return _ret.address == 0 ? null : objc.NSString.castFromPointer(_ret, retain: true, release: true);
}
set bluetoothNameSubstring (NSString? value)

setBluetoothNameSubstring:

Implementation

set bluetoothNameSubstring(objc.NSString? value) {
  return _objc_msgSend_1jdvcbf(this.ref.pointer, _sel_setBluetoothNameSubstring_, value?.ref.pointer ?? ffi.nullptr);
}