getDataRowCount method

int getDataRowCount()

Implementation

int getDataRowCount() => data is Data ? (data as Data).length : 0;