FlatRateTarificationDto constructor

FlatRateTarificationDto({
  1. String? code,
  2. FlatRateTarificationDtoFlatRateTypeEnum? flatRateType,
  3. Map<String, String> label = const {},
  4. List<ValorisationDto> valorisations = const [],
  5. String? encryptedSelf,
})

Returns a new FlatRateTarificationDto instance.

Implementation

FlatRateTarificationDto({
  this.code,
  this.flatRateType,
  this.label = const {},
  this.valorisations = const [],
  this.encryptedSelf,
});