copy method

GridWorld copy()

Copy this.

Implementation

GridWorld copy() => GridWorld(_numRows, List<bool>.from(_cells));