Market constructor Null safety

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

Implementation

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