fromGraphQLCurrencyToDartCurrency function

Currency fromGraphQLCurrencyToDartCurrency(
  1. String v
)

Implementation

Currency fromGraphQLCurrencyToDartCurrency(String v) => Currency(v);