TrafficIncidentLookupOptions class
All the options to specify how a single incident should be queried.
Constructors
- TrafficIncidentLookupOptions()
- Creates a new instance with default value.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- languageCode ↔ LanguageCode?
-
The language code of the query.
If the language code is null or not supported then response fields are expected in the original language of the country that the incident belongs to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.