Simulator constructor
Simulator(
- Ledger _ledger,
- Environment env,
- List<
Player> players, - int duration,
Implementation
Simulator(this._ledger, this.env, this.players, this.duration);