FormTemplateDto constructor
FormTemplateDto({
- required String id,
- String? rev,
- int? deletionDate,
- FormLayout? layout,
- FormTemplateLayout? templateLayout,
- String? name,
- String? guid,
- DocumentGroupDto? group,
- String? descr,
- String? disabled,
- CodeStubDto? specialty,
- String? author,
- String? formInstancePreferredLocation,
- String? keyboardShortcut,
- String? shortReport,
- String? mediumReport,
- String? longReport,
- Set<
String> reports = const {}, - Set<
CodeStubDto> tags = const {}, - String? layoutAttachmentId,
Returns a new FormTemplateDto instance.
Implementation
FormTemplateDto({
required this.id,
this.rev,
this.deletionDate,
this.layout,
this.templateLayout,
this.name,
this.guid,
this.group,
this.descr,
this.disabled,
this.specialty,
this.author,
this.formInstancePreferredLocation,
this.keyboardShortcut,
this.shortReport,
this.mediumReport,
this.longReport,
this.reports = const {},
this.tags = const {},
this.layoutAttachmentId,
});