GridWorldIterable constructor
Make a iterable with reasonable defaults.
Implementation
GridWorldIterable(this._gw, {this.limit = 50, this.snapshots = false})
: assert(_gw != null && limit >= 0, 'needs a world and postive limit');
Make a iterable with reasonable defaults.
GridWorldIterable(this._gw, {this.limit = 50, this.snapshots = false})
: assert(_gw != null && limit >= 0, 'needs a world and postive limit');