ClassModel class

Constructors

ClassModel(ClassElement clazz, ConstantReader reader)

Properties

baseClassName String
no setter
className String
no setter
config CodgenConfig
no setter
constructorArgs String
no setter
constructorAsserts String
no setter
constructorParams String
no setter
copyWithArgs String
no setter
copyWithSignature String
no setter
factoryName String
no setter
factoryParams String
no setter
fieldDeclarations String
no setter
fieldNames List<String>
no setter
fields List<FieldModel>
no setter
hashCode int
The hash code for this object.
no setterinherited
mixinName String
no setter
mixinType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toStringFields String
no setter
typeArgsWithParens String
no setter

Methods

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