LudoEngine constructor

const LudoEngine(
  1. LudoDiceRules diceRules, {
  2. List<LudoTeam>? teams,
})

Implementation

const LudoEngine(this.diceRules, {this.teams});