EnumClass class Null safety
Enum Class base class.
Extend this class then use the built_value.dart code generation functionality to provide the rest of the implementation.
See https://github.com/google/built_value.dart/tree/master/example
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited