Form constructor

Form(
  1. dynamic id,
  2. dynamic createdAt,
  3. dynamic updatedAt,
  4. dynamic objectType,
  5. dynamic mode,
  6. FormType? formType,
  7. String? formUrl,
  8. bool? wasSubmittedElectronically
)

Implementation

Form(
  id,
  createdAt,
  updatedAt,
  objectType,
  mode,
  this.formType,
  this.formUrl,
  this.wasSubmittedElectronically,
) : super(id, createdAt, updatedAt, objectType, mode);