GetOptionGroupsResponse class

Constructors

GetOptionGroupsResponse({required String scannerHandle, required OperationResult result, List<OptionGroup>? groups})
GetOptionGroupsResponse.fromJS(GetOptionGroupsResponse _wrapped)

Properties

groups List<OptionGroup>?
If result is OperationResult.SUCCESS, a list of option groups in the order supplied by the backend.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
result OperationResult
The backend's result of getting the option groups.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannerHandle String
Same scanner handle passed to getOptionGroups().
getter/setter pair
toJS → GetOptionGroupsResponse
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