ApplicationSettingsDto constructor
ApplicationSettingsDto({})
Returns a new ApplicationSettingsDto instance.
Implementation
ApplicationSettingsDto({
required this.id,
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.deletionDate,
this.settings = const {},
});