currency property

  1. @JsonKey(fromJson: fromGraphQLCurrencyToDartCurrency, toJson: fromDartCurrencyToGraphQLCurrency)
Currency currency
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLCurrencyToDartCurrency,
  toJson: fromDartCurrencyToGraphQLCurrency,
)
late Currency currency;