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