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