FieldModel.optional constructor
const
FieldModel.optional({})
Construcs a new instance of FieldModel, forcing all parameters to be optional.
Implementation
const FieldModel.optional({
this.fieldPath,
this.fieldType,
this.nullable,
this.children,
this.primaryKey,
this.foreignKey,
this.fallback,
this.description,
});