recipient property
USBRecipient
get
recipient
Implementation
USBRecipient get recipient =>
USBRecipient.fromValue(js_util.getProperty(this, 'recipient'));
set
recipient
(USBRecipient newValue)
Implementation
set recipient(USBRecipient newValue) {
js_util.setProperty(this, 'recipient', newValue.value);
}