FieldsData constructor

const FieldsData(
  1. int no,
  2. String type,
  3. int len,
  4. bool isFixed,
  5. String? format,
)

Implementation

const FieldsData(this.no, this.type, this.len, this.isFixed, this.format);