CoinsTickerMarket constructor

CoinsTickerMarket({
  1. String? name,
  2. String? identifier,
  3. bool? hasTradingIncentive,
})

Implementation

CoinsTickerMarket({
  this.name,
  this.identifier,
  this.hasTradingIncentive,
});