Coin.fromJson(Map<String, dynamic> json) { json = json; id = json['id']; symbol = json['symbol']; name = json['name']; }