Mixin class Null safety

Implemented types
Annotations

Constructors

Mixin([void updates(MixinBuilder b)])
factory

Properties

annotations BuiltList<Expression>
Annotations as metadata on the node.
read-only
docs BuiltList<String>
Dart docs.
read-only
fields BuiltList<Field>
read-only
hashCode int
The hash code for this object.
read-onlyinherited
implements BuiltList<Reference>
read-only
methods BuiltList<Method>
read-only
name String
Name of the mixin.
read-only
on Reference?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
types BuiltList<Reference>
Generic type parameters.
read-only

Methods

accept<R>(SpecVisitor<R> visitor, [R? context]) → R
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rebuild(dynamic updates(MixinBuilder)) Mixin
Rebuilds the instance.
inherited
toBuilder() MixinBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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