DecryptedFlatRateTarification constructor

const DecryptedFlatRateTarification({
  1. @Default(null) String? code,
  2. @Default(null) FlatRateType? flatRateType,
  3. @Default(null) Map<String, String>? label,
  4. @Default([]) List<DecryptedValorisation> valorisations,
  5. @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;