GoogleResponseStatus class abstract

Implementers

Constructors

GoogleResponseStatus({required String status, String? errorMessage})

Properties

errorMessage String?
JSON error_message
final
hashCode int
The hash code for this object.
no setterinherited
hasNoResults bool
no setter
isDenied bool
no setter
isInvalid bool
no setter
isNotFound bool
no setter
isOkay bool
no setter
isOverQueryLimit bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
unknownError bool
no setter

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.
inherited

Constants

invalidRequest → const String
maxRouteLengthExceeded → const String
maxWaypointsExceeded → const String
notFound → const String
okay → const String
overQueryLimit → const String
requestDenied → const String
unknownErrorStatus → const String
zeroResults → const String