FlatRateTarificationDto constructor
FlatRateTarificationDto({
- String? code,
- FlatRateTarificationDtoFlatRateTypeEnum? flatRateType,
- Map<
String, String> label = const {}, - List<
ValorisationDto> valorisations = const [], - String? encryptedSelf,
Returns a new FlatRateTarificationDto instance.
Implementation
FlatRateTarificationDto({
this.code,
this.flatRateType,
this.label = const {},
this.valorisations = const [],
this.encryptedSelf,
});