recipientKey property

  1. @override
MKey? get recipientKey
override

Property getter and setter for recipientKey:

Implementation

@override
MKey? get recipientKey => _recipientKey;
  1. @override
set recipientKey (MKey? recipientKey)
override

Implementation

@override
set recipientKey(MKey? recipientKey) {
  this._recipientKey = recipientKey;
  wrapped['recipientKey'] = jsonLiteral(recipientKey);
}