VmpGroupDto constructor
VmpGroupDto({
- required String id,
- String? rev,
- int? deletionDate,
- int? from,
- int? to,
- String? productId,
- String? code,
- SamTextDto? name,
- NoGenericPrescriptionReasonDto? noGenericPrescriptionReason,
- NoSwitchReasonDto? noSwitchReason,
Returns a new VmpGroupDto instance.
Implementation
VmpGroupDto({
required this.id,
this.rev,
this.deletionDate,
this.from,
this.to,
this.productId,
this.code,
this.name,
this.noGenericPrescriptionReason,
this.noSwitchReason,
});