MixinBuilder class Null safety

Implemented types

Constructors

MixinBuilder()
factory

Properties

annotations ListBuilder<Expression>
Annotations as metadata on the node.
read / write
docs ListBuilder<String>
Dart docs.
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
name String?
Name of the mixin.
read / write
on Reference?
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() Mixin
Builds.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(Mixin 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(MixinBuilder)?) → void
Applies updates.
inherited

Operators

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