EnumerateDevicesAndRequestAccessOptions class

Constructors

EnumerateDevicesAndRequestAccessOptions({required int vendorId, required int productId, int? interfaceId})
EnumerateDevicesAndRequestAccessOptions.fromJS(EnumerateDevicesAndRequestAccessOptions _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
interfaceId int?
The interface ID to request access to. Only available on Chrome OS. It has no effect on other platforms.
getter/setter pair
productId int
The product ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → EnumerateDevicesAndRequestAccessOptions
no setter
vendorId int
The device vendor ID.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited