Exchange constructor
Exchange({})
Implementation
Exchange(
{this.id,
this.name,
this.yearEstablished,
this.country,
this.description,
this.url,
this.image,
this.hasTradingIncentive,
this.trustScore,
this.trustScoreRank,
this.tradeVolume24hBtc,
this.tradeVolume24hBtcNormalized,
required json}) {
this.json = json;
}