NmpDto constructor
NmpDto({
- required String id,
- String? rev,
- int? deletionDate,
- int? from,
- int? to,
- String? code,
- String? productId,
- String? category,
- String? commercialStatus,
- SamTextDto? name,
- SamTextDto? producer,
- SamTextDto? distributor,
Returns a new NmpDto instance.
Implementation
NmpDto({
required this.id,
this.rev,
this.deletionDate,
this.from,
this.to,
this.code,
this.productId,
this.category,
this.commercialStatus,
this.name,
this.producer,
this.distributor,
});