coinsCurrentDataResponseFromJson function

CoinsCurrentDataResponse coinsCurrentDataResponseFromJson(
  1. String str
)

Implementation

CoinsCurrentDataResponse coinsCurrentDataResponseFromJson(String str) =>
    CoinsCurrentDataResponse.fromJson(json.decode(str));