AgendaDto constructor
AgendaDto({})
Returns a new AgendaDto instance.
Implementation
AgendaDto({
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.name,
this.userId,
this.rights = const [],
});