BluetoothDeviceType constructor Null safety
- {BluetoothDeviceType_Type? type}
Implementation
factory BluetoothDeviceType({
BluetoothDeviceType_Type? type,
}) {
final _result = create();
if (type != null) {
_result.type = type;
}
return _result;
}