maxResults property

int maxResults

If set, limits the total number of prefixes and items to return. The default and maximum maxResults is 1000.

Implementation

int get maxResults => jsObject.maxResults;
void maxResults=(int n)

Implementation

set maxResults(int n) => jsObject.maxResults = n;