coinsPriceResponseFromJson function

CoinsPriceResponse coinsPriceResponseFromJson(
  1. String str
)

Implementation

CoinsPriceResponse coinsPriceResponseFromJson(String str) =>
    CoinsPriceResponse.fromJson(json.decode(str));