BatchState class
The available batch states.
Constructors
- BatchState(dynamic id, dynamic jsonValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
finalinherited
Methods
-
matches(
ValueEnum other) → bool -
inherited
-
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
Static Properties
- created ↔ BatchState
-
The batch has been created.
getter/setter pair
- creating ↔ BatchState
-
The batch is being created.
getter/setter pair
- creationFailed ↔ BatchState
-
Creation of the batch failed.
getter/setter pair
- labelGenerated ↔ BatchState
-
The label for the batch has been generated.
getter/setter pair
- labelGenerating ↔ BatchState
-
The label for the batch is being generated.
getter/setter pair
- purchased ↔ BatchState
-
The batch has been purchased.
getter/setter pair
- purchaseFailed ↔ BatchState
-
Purchase of the batch failed.
getter/setter pair
- purchasing ↔ BatchState
-
The batch is being purchased.
getter/setter pair
Static Methods
-
asString(
BatchState? batchState) → String? - Get the String representation of a BatchState.
-
fromString(
String? value) → BatchState? - Get the BatchState from a String.