FieldBuilder class abstract

Constructors

FieldBuilder()
factory

Properties

annotations ↔ ListBuilder<Expression>
Annotations as metadata on the node.
getter/setter pair
assignment Code?
Field assignment, if any.
getter/setter pair
docs ↔ ListBuilder<String>
Dart docs.
getter/setter pair
external bool
Whether the field should be prefixed with external.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
late bool
Whether this field should be prefixed with late.
getter/setter pair
modifier FieldModifier
getter/setter pair
name String?
Name of the field.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
static bool
Whether this field should be prefixed with static.
getter/setter pair
type Reference?
getter/setter pair

Methods

build() Field
Builds.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Field value) → void
Replaces the value in the builder with a new one.
inherited
toString() String
A string representation of this object.
inherited
update(dynamic updates(FieldBuilder)?) → void
Applies updates.
inherited

Operators

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