clone method
override
Creates a deep copy of the fields in this message. (The generated code uses mergeFromMessage.)
Implementation
BluetoothService clone() => BluetoothService()..mergeFromMessage(this);
Creates a deep copy of the fields in this message. (The generated code uses mergeFromMessage.)
BluetoothService clone() => BluetoothService()..mergeFromMessage(this);