recipient property

Recipient get recipient

The transfer target. The target given by index must be claimed if "interface" or "endpoint".

Implementation

Recipient get recipient => Recipient.fromJS(_wrapped.recipient);
set recipient (Recipient v)

Implementation

set recipient(Recipient v) {
  _wrapped.recipient = v.toJS;
}