AddClass class

Constructors

AddClass()

Properties

generatedClassName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAbstract bool?
getter/setter pair
isFreezed bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AnnotationTypes?
getter/setter pair
variables List<Variable>
getter/setter pair

Methods

generate(GeneratorData data) String
This is the main function to generate everything at first variables, types and modes of generation will detected and stored then everything will generate at the first step, classes of Model and Entity will generate (Every class will generate with a Additional name at the end of the name of class Model and Entity) then, mappers will generate for both directions of model to entity and entity to model
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