recipient property

USBRecipient recipient

Implementation

USBRecipient get recipient =>
    USBRecipient.fromValue(js_util.getProperty(this, 'recipient'));
void recipient=(USBRecipient newValue)

Implementation

set recipient(USBRecipient newValue) {
  js_util.setProperty(this, 'recipient', newValue.value);
}