EnumValue class abstract

Annotations
  • @immutable

Constructors

EnumValue([void updates(EnumValueBuilder)])
factory

Properties

annotations → BuiltList<Expression>
Annotations as metadata on the node.
no setter
arguments → BuiltList<Expression>
Arguments to the constructor.
no setter
constructorName String?
The name of the constructor to target.
no setter
docs → BuiltList<String>
Dart docs.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
namedArguments → BuiltMap<String, Expression>
Named arguments to the constructor.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types → BuiltList<Reference>
Generic type parameters.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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