clone method

ReadCharacteristicResponse clone ()
override

Creates a deep copy of the fields in this message. (The generated code uses mergeFromMessage.)

Implementation

ReadCharacteristicResponse clone() =>
    ReadCharacteristicResponse()..mergeFromMessage(this);