hasViewportData property

bool get hasViewportData

Whether this snapshot contains row data for the current viewport.

Implementation

bool get hasViewportData => rowsData.isNotEmpty;