hasMoreElements property

bool get hasMoreElements

Returns true, if there more elements (cursor != 0).

Implementation

bool get hasMoreElements => _cursor != 0;