KeywordDto constructor
KeywordDto({
- required String id,
- String? rev,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodeStubDto> tags = const {}, - Set<
CodeStubDto> codes = const {}, - int? endOfLife,
- int? deletionDate,
- String? value,
- Set<
KeywordSubwordDto> subWords = const {}, - String? userId,
Returns a new KeywordDto instance.
Implementation
KeywordDto({
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.value,
this.subWords = const {},
this.userId,
});