ClassBuilder class Null safety

Implemented types

Constructors

ClassBuilder()
factory

Properties

abstract bool
Whether the class is abstract.
read / write
annotations ListBuilder<Expression>
Annotations as metadata on the node.
read / write
constructors ListBuilder<Constructor>
read / write
docs ListBuilder<String>
Dart docs.
read / write
extend Reference?
read / write
fields ListBuilder<Field>
read / write
hashCode int
The hash code for this object.
read-onlyinherited
implements ListBuilder<Reference>
read / write
methods ListBuilder<Method>
read / write
mixins ListBuilder<Reference>
read / write
name String?
Name of the class.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
types ListBuilder<Reference>
Generic type parameters.
read / write

Methods

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

Operators

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