GetScannerListResponse class

Constructors

GetScannerListResponse({required OperationResult result, required List<ScannerInfo> scanners})
GetScannerListResponse.fromJS(GetScannerListResponse _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
result OperationResult
The backend's enumeration result. Note that partial results could be returned even if this indicates an error.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanners List<ScannerInfo>
A possibly-empty list of scanners that match the provided DeviceFilter.
getter/setter pair
toJS → GetScannerListResponse
no setter

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