recipient property

dynamic get recipient

Implementation

get recipient => this._recipient;
set recipient (dynamic value)

Implementation

set recipient(value) => this._recipient = value;