AmpDto constructor
AmpDto({
- required String id,
- String? rev,
- int? deletionDate,
- int? from,
- int? to,
- String? code,
- VmpStubDto? vmp,
- String? officialName,
- AmpDtoStatusEnum? status,
- SamTextDto? name,
- required bool blackTriangle,
- AmpDtoMedicineTypeEnum? medicineType,
- CompanyDto? company,
- SamTextDto? abbreviatedName,
- SamTextDto? proprietarySuffix,
- SamTextDto? prescriptionName,
- List<
AmppDto> ampps = const [], - List<
AmpComponentDto> components = const [],
Returns a new AmpDto instance.
Implementation
AmpDto({
required this.id,
this.rev,
this.deletionDate,
this.from,
this.to,
this.code,
this.vmp,
this.officialName,
this.status,
this.name,
required this.blackTriangle,
this.medicineType,
this.company,
this.abbreviatedName,
this.proprietarySuffix,
this.prescriptionName,
this.ampps = const [],
this.components = const [],
});