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