ContactFormField constructor

ContactFormField({
  1. int? id,
  2. String? label,
  3. int? platformId,
  4. int? organisationId,
  5. String? notificationToEmail,
  6. List<FormFields>? formFields,
})

Implementation

ContactFormField({this.id, this.label, this.platformId, this.organisationId, this.notificationToEmail, this.formFields});