ClassModel class

Constructors

ClassModel(ClassElement clazz, ConstantReader reader)

Properties

baseClassName String
no setter
className String
no setter
config CodgenConfig
no setter
constructorInitializers String
no setter
constructorParams String
no setter
factoryMethods String
no setter
factoryName String
no setter
fieldDecls String
no setter
fieldNames List<String>
no setter
fields List<FieldModel>
no setter
getterDecls String
no setter
getterImpls String
no setter
hashCode int
The hash code for this object.
no setterinherited
internalFieldNames List<String>
no setter
iswitchBody String
no setter
mixinName String
no setter
mixinType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toStringSwitch String
no setter
typeArgs List<String>
no setter
typeArgsWithParens String
no setter

Methods

iswitchArgsFromOtherwise(String otherwise) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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