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