ClassModel class Null safety
Constructors
- ClassModel(ClassElement clazz, ConstantReader reader)
Properties
- baseClassName → String
-
read-only
- className → String
-
read-only
- config → CodgenConfig
-
read-only
- constructorInitializers → String
-
read-only
- constructorParams → String
-
read-only
- factoryMethods → String
-
read-only
- factoryName → String
-
read-only
- fieldDecls → String
-
read-only
-
fieldNames
→ List<
String> -
read-only
-
fields
→ List<
FieldModel> -
read-only
- getterDecls → String
-
read-only
- getterImpls → String
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
internalFieldNames
→ List<
String> -
read-only
- iswitchBody → String
-
read-only
- mixinName → String
-
read-only
- mixinType → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toStringSwitch → String
-
read-only
-
typeArgs
→ List<
String> -
read-only
- typeArgsWithParens → String
-
read-only
Methods
-
iswitchArgsFromOtherwise(
String otherwise) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
switchParams(
String tyArg, SwitchMode mode) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited