ClassBuilder class final
Constructors
- ClassBuilder({required String name, bool withEquality = false})
Properties
Methods
-
addField(
Type type, TypeVariantParameterNode field) → void -
addParameter(
Type parameter) → void -
addParameterToSupertype(
String supertypeName, Type parameter) → void -
asCodeBuilderClass(
) → Class -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited