SuggestType class final

Bitmask for requested suggest types.

Constructors

SuggestType(int value)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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.