PricedCoin.fromJson constructor

PricedCoin.fromJson(
  1. Coin coin,
  2. Map<String, dynamic> json
)

Implementation

PricedCoin.fromJson(Coin coin,Map<String, dynamic> json) : super.fromJson(json) {
  coinData = coin;
}