CustomField constructor
CustomField({
- int? id,
- DateTime? dbDateCreated,
- DateTime? dbDateUpdated,
- CustomFieldStatus? status,
- String? term,
- String? label,
- String? description,
- CustomFieldDataType? dataType,
- CustomFieldRegistration? registration,
- bool? requiredForImport,
- bool? requiredForCrewing,
- bool? internal,
- bool? allowEdit,
- bool? requireVerification,
- String? choices,
- String? widgetConfig,
- int? step,
- int? section,
- List<
int> ? positions,
Implementation
CustomField({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.status,
this.term,
this.label,
this.description,
this.dataType,
this.registration,
this.requiredForImport,
this.requiredForCrewing,
this.internal,
this.allowEdit,
this.requireVerification,
this.choices,
this.widgetConfig,
this.step,
this.section,
this.positions,
});