Form constructor
Form({
- String? formId,
- Info? info,
- List<
Item> ? items, - String? linkedSheetId,
- PublishSettings? publishSettings,
- String? responderUri,
- String? revisionId,
- FormSettings? settings,
Implementation
Form({
this.formId,
this.info,
this.items,
this.linkedSheetId,
this.publishSettings,
this.responderUri,
this.revisionId,
this.settings,
});