TradeAggregationResponse constructor Null safety

TradeAggregationResponse(
  1. String timestamp,
  2. String tradeCount,
  3. String baseVolume,
  4. String counterVolume,
  5. String avg,
  6. String high,
  7. String low,
  8. String open,
  9. String close
)

Implementation

TradeAggregationResponse(this.timestamp, this.tradeCount, this.baseVolume, this.counterVolume,
    this.avg, this.high, this.low, this.open, this.close);