data property

List<List<bool>> get data

Getter for data

Implementation

List<List<bool>> get data => _data;