recipientKey property

  1. @override
MKey? recipientKey
override

Property getter and setter for recipientKey:

Implementation

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

Implementation

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