FieldFormat constructor
FieldFormat({
- String? name,
- FormatConvert? convert,
Implementation
FieldFormat({
this.name,
this.convert,
});
FieldFormat({
this.name,
this.convert,
});