CommonClassModel<FieldModel> class

Constructors

CommonClassModel(ClassElement clazz, MkField<FieldModel> mkField, ConstantReader reader)
factory
CommonClassModel.mk({required String mixinName, required String className, required String baseClassName, required List<FieldModel> fields, required List<String> typeArgs, required CodgenConfig config})

Properties

baseClassName String
final
className String
final
config CodgenConfig
final
factoryName String
no setter
fields List<FieldModel>
final
hashCode int
The hash code for this object.
no setterinherited
mixinName String
final
mixinType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeArgs List<String>
final
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