TarificationDto constructor
TarificationDto({
- required String id,
- String? rev,
- int? deletionDate,
- Map<
String, String> label = const {}, - String? context,
- String? type,
- String? code,
- String? version,
- String? author,
- Set<
String> regions = const {}, - List<
PeriodicityDto> periodicity = const [], - int? level,
- List<
String> links = const [], - Map<
String, List< qualifiedLinks = const {},String> > - Set<
CodeDtoFlagsEnum> flags = const {}, - Map<
String, Set< searchTerms = const {},String> > - String? data,
- Map<
String, String> appendices = const {}, - required bool disabled,
- Set<
ValorisationDto> valorisations = const {}, - Map<
String, String> category = const {}, - bool? consultationCode,
- bool? hasRelatedCode,
- bool? needsPrescriber,
- String? ngroup,
- List<
LetterValueDto> letterValues = const [],
Returns a new TarificationDto instance.
Implementation
TarificationDto({
required this.id,
this.rev,
this.deletionDate,
this.label = const {},
this.context,
this.type,
this.code,
this.version,
this.author,
this.regions = const {},
this.periodicity = const [],
this.level,
this.links = const [],
this.qualifiedLinks = const {},
this.flags = const {},
this.searchTerms = const {},
this.data,
this.appendices = const {},
required this.disabled,
this.valorisations = const {},
this.category = const {},
this.consultationCode,
this.hasRelatedCode,
this.needsPrescriber,
this.relatedCodes = const {},
this.ngroup,
this.letterValues = const [],
});