ReportField constructor

ReportField({
  1. String? label,
  2. int? id,
  3. String? type,
  4. String? labelOverride,
})

Implementation

ReportField({
  this.label, this.id, this.type, this.labelOverride
});