PlanGenerationEnumOp class

Inheritance

Constructors

PlanGenerationEnumOp(int value)
const

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 int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

names Map<PlanGenerationEnumOp, String>
no setter
values List<PlanGenerationEnumOp>
no setter

Constants

opError → const PlanGenerationEnumOp
Some error has occurred while executing the command. The error can be found in the 'params' tuplelist (under the key 'error').
opRequest → const PlanGenerationEnumOp
Request the execution of this command.
opSuccess → const PlanGenerationEnumOp
The requested command was executed successfully.