boolean method

bool boolean(
  1. int index
)

Implementation

bool boolean(int index) => this.cells.elementAt(index)?.value == 'TRUE';