DmppDto constructor
DmppDto({
- String? id,
- int? from,
- int? to,
- DmppDtoDeliveryEnvironmentEnum? deliveryEnvironment,
- String? code,
- DmppDtoCodeTypeEnum? codeType,
- String? price,
- bool? cheap,
- bool? cheapest,
- bool? reimbursable,
- List<
ReimbursementDto> reimbursements = const [], - String? productId,
Returns a new DmppDto instance.
Implementation
DmppDto({
this.id,
this.from,
this.to,
this.deliveryEnvironment,
this.code,
this.codeType,
this.price,
this.cheap,
this.cheapest,
this.reimbursable,
this.reimbursements = const [],
this.productId,
});