Field constructor
const
Field({})
Implementation
const Field({
required this.id,
required this.name,
this.showInList = false,
this.isRequired = false,
this.sort = 0,
this.realField = true,
this.validator,
this.type = FieldType.field,
});