hasViewportData property
Whether this snapshot contains row data for the current viewport.
Implementation
bool get hasViewportData => rowsData.isNotEmpty;
Whether this snapshot contains row data for the current viewport.
bool get hasViewportData => rowsData.isNotEmpty;