ClassModel class Null safety
Constructors
- ClassModel(ClassElement clazz, ConstantReader reader)
Properties
- baseClassName → String
-
read-only
- className → String
-
read-only
- config → CodgenConfig
-
read-only
- constructorArgs → String
-
read-only
- constructorAsserts → String
-
read-only
- constructorParams → String
-
read-only
- copyWithArgs → String
-
read-only
- copyWithSignature → String
-
read-only
- factoryName → String
-
read-only
- factoryParams → String
-
read-only
- fieldDeclarations → String
-
read-only
-
fieldNames
→ List<
String> -
read-only
-
fields
→ List<
FieldModel> -
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- mixinName → String
-
read-only
- mixinType → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toStringFields → String
-
read-only
- typeArgsWithParens → String
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited