FieldBuilder class Null safety

Implemented types

Constructors

FieldBuilder()
factory

Properties

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

Methods

build() Field
Builds.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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