SuggestType class final
Bitmask for requested suggest types.
Constructors
- SuggestType(int value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator &(
SuggestType other) → SuggestType -
operator ==(
covariant SuggestType other) → bool -
The equality operator.
override
-
operator |(
SuggestType other) → SuggestType -
operator ~(
) → SuggestType
Constants
- Biz → const SuggestType
- Companies.
- Geo → const SuggestType
- Toponyms.
- Transit → const SuggestType
- Mass transit routes.
- Unspecified → const SuggestType
- Default value: server-defined types are returned.