hasMoreOptions property

bool get hasMoreOptions

Returns true if the number of options filtered with currentQuery was truncated so as not to exceed the currentLimit, or if filtering has not happened yet.

Implementation

bool get hasMoreOptions => _hasMoreOptions;