length property

int get length
override

Returns the number of rows in the result set.

Implementation

int get length => _raw.length;