Market constructor

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

Implementation

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