VmpDto constructor
VmpDto({
- required String id,
- String? rev,
- int? deletionDate,
- int? from,
- int? to,
- String? code,
- VmpGroupStubDto? vmpGroup,
- SamTextDto? name,
- SamTextDto? abbreviation,
- VtmDto? vtm,
- List<
WadaDto> wadas = const [], - List<
VmpComponentDto> components = const [], - List<
CommentedClassificationDto> commentedClassifications = const [],
Returns a new VmpDto instance.
Implementation
VmpDto({
required this.id,
this.rev,
this.deletionDate,
this.from,
this.to,
this.code,
this.vmpGroup,
this.name,
this.abbreviation,
this.vtm,
this.wadas = const [],
this.components = const [],
this.commentedClassifications = const [],
});