models_generator library

Classes

ClassModel
The model to contain a model.
DartModelsGenerator
The data class generator for dart.
FieldModel
The model to contain the options of each field of the ClassModel.
InstanceModel
The model of the ClassModel.instances.
ModelsCommand
The command used to run the ModelsGenerator.
ModelsGenerator
The architecture of the data class generator.

Enums

FieldEquality
The type of the FieldModel.equality.
FieldSerialization
The type of the FieldModel.serialize.
FieldType
The possible type of the field in the model.

Functions

modelsGeneratorBuilder(BuilderOptions options) ModelsGenerator
Build runner static entry point for ModelsGenerator.