FieldFormat constructor

FieldFormat({
  1. String? name,
  2. FormatConvert? convert,
})

Implementation

FieldFormat({
  this.name,
  this.convert,
});