CodeDto constructor
CodeDto({
- required String id,
- String? rev,
- int? deletionDate,
- String? context,
- String? type,
- String? code,
- String? version,
- Map<
String, String> label = const {}, - String? author,
- Set<
String> regions = const {}, - Set<
PeriodicityDto> periodicity = const {}, - int? level,
- Set<
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 {}, - bool disabled = false,
Returns a new CodeDto instance.
Implementation
CodeDto({
required this.id,
this.rev,
this.deletionDate,
this.context,
this.type,
this.code,
this.version,
this.label = const {},
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 {},
this.disabled = false,
});