ClassBuilder class final
Constructors
- ClassBuilder({required String name, bool withEquality = false})
Properties
Methods
-
addField(
Reference type, ParameterElement field) → void -
addParameter(
Reference parameter) → void -
addParameterToSupertype(
Reference parameter) → void -
asCodeBuilderClass(
) → Class -
defineSupertypeName(
String name) → void -
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