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