OsrmResponse class abstract

OsrmResponse class for all OSRM responses

Implementers

Constructors

OsrmResponse({required OsrmResponseCode code, String? message, DateTime? dataVersion})

Properties

code OsrmResponseCode
code the code of the response
final
dataVersion DateTime?
dataVersion the data version of the response
final
hashCode int
The hash code for this object.
no setterinherited
message String?
message the message of the response
final
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.
override

Operators

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