ModelDefinition constructor
ModelDefinition({})
Implementation
ModelDefinition({
required this.className,
required this.fields,
this.constructor = true,
this.equatable = true,
this.copyWith = false,
this.fromMap = true,
this.toMap = false,
});