GetOptionGroupsResponse class
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