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