FieldResponse constructor

FieldResponse({
  1. bool? noWrap,
  2. bool? findEnabled,
  3. String? fieldType,
  4. bool? fieldHelp,
  5. bool? bold,
  6. bool? audited,
  7. bool? appearsByDefault,
  8. String? label,
  9. List<FieldsPermissions>? permissions,
  10. FieldsProperties? properties,
  11. int? id,
  12. bool? doesDataCopy,
  13. bool? isRequired,
  14. String? mode,
  15. bool? unique,
})

Implementation

FieldResponse({
  this.noWrap, this.findEnabled, this.fieldType, this.fieldHelp,
  this.bold, this.audited, this.appearsByDefault, this.label, this.permissions,
  this.properties, this.id, this.doesDataCopy, this.isRequired,
  this.mode, this.unique
});