DecryptedFlatRateTarification constructor
const
DecryptedFlatRateTarification({
- @Default(null) String? code,
- @Default(null) FlatRateType? flatRateType,
- @Default(null) Map<
String, String> ? label, - @Default([]) List<
DecryptedValorisation> valorisations, - @Default(null) Base64String? encryptedSelf,
Implementation
const factory DecryptedFlatRateTarification({
@Default(null) String? code,
@Default(null) FlatRateType? flatRateType,
@Default(null) Map<String, String>? label,
@Default([]) List<DecryptedValorisation> valorisations,
@Default(null) Base64String? encryptedSelf,
}) = _DecryptedFlatRateTarification;