GoogleResponseList<T> class
- Inheritance
-
- Object
- GoogleResponseStatus
- GoogleResponseList
- Implementers
Constructors
-
GoogleResponseList(String status, String errorMessage, List<
T> results)
Properties
- errorMessage → String
-
JSON error_message
final, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- hasNoResults → bool
-
read-only, inherited
- isDenied → bool
-
read-only, inherited
- isInvalid → bool
-
read-only, inherited
- isNotFound → bool
-
read-only, inherited
- isOkay → bool
-
read-only, inherited
- isOverQueryLimit → bool
-
read-only, inherited
-
results
→ List<
T> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status → String
-
final, inherited
- unknownError → bool
-
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited