FormFields constructor

FormFields({
  1. int? id,
  2. int? formId,
  3. int? order,
  4. String? label,
  5. String? type,
  6. int? isRequired,
})

Implementation

FormFields({this.id, this.formId, this.order, this.label, this.type, this.isRequired});