RecentSearchOptions class

Options to configure the recent searches request

Constructors

RecentSearchOptions({int size: 5, int minChars: 3, String from, String to, Map<String, String> customEvents})

Properties

customEvents Map<String, String>
read / write
from String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
minChars int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
size int
read / write
to String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited