LibraryBuilder class Null safety

Implemented types

Constructors

LibraryBuilder()
factory

Properties

annotations ListBuilder<Expression>
Annotations as metadata on the node.
read / write
body ListBuilder<Spec>
read / write
directives ListBuilder<Directive>
read / write
hashCode int
The hash code for this object.
read-onlyinherited
name String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

build() Library
Builds.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(Library 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(LibraryBuilder)?) → void
Applies updates.
inherited

Operators

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