FieldModel constructor
const
FieldModel({})
Constructs a new instance of FieldModel from optional and required parameters.
Implementation
const FieldModel({
this.fieldPath,
required this.fieldType,
this.nullable,
this.children,
this.primaryKey,
this.foreignKey,
this.fallback,
this.description,
});