pieces property

List<List<int>> pieces
final

Implementation

final List<List<int>> pieces =
    List.generate(2, (_) => List<int>.filled(6, 0));