EnumValue class Null safety
- Implemented types
- Annotations
Constructors
- EnumValue([void updates(EnumValueBuilder)])
-
factory
Properties
-
annotations
→ BuiltList<
Expression> -
Annotations as metadata on the node.
read-only
-
arguments
→ BuiltList<
Expression> -
Arguments to the constructor.
read-only
- constructorName → String?
-
The name of the constructor to target.
read-only
-
docs
→ BuiltList<
String> -
Dart docs.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
types
→ BuiltList<
Reference> -
Generic type parameters.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(EnumValueBuilder)) → EnumValue -
Rebuilds the instance.
inherited
-
toBuilder(
) → EnumValueBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited