currency property
- @JsonKey(fromJson: fromGraphQLCurrencyToDartCurrency, toJson: fromDartCurrencyToGraphQLCurrency)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLCurrencyToDartCurrency,
toJson: fromDartCurrencyToGraphQLCurrency,
)
late Currency currency;