Simulator constructor

Simulator(
  1. Ledger _ledger,
  2. Environment env,
  3. List<Player> players,
  4. int duration,
)

Implementation

Simulator(this._ledger, this.env, this.players, this.duration);