isCurrentRow property

bool isCurrentRow

Whether this boundary only refers to the current row.

Implementation

bool get isCurrentRow => _type == _BoundaryType.currentRow;