currency property

  1. @JsonKey(fromJson: fromGraphQLCurrencyNullableToDartCurrencyNullable, toJson: fromDartCurrencyNullableToGraphQLCurrencyNullable)
Currency? currency
final

Implementation

@JsonKey(
  fromJson: fromGraphQLCurrencyNullableToDartCurrencyNullable,
  toJson: fromDartCurrencyNullableToGraphQLCurrencyNullable,
)
final Currency? currency;