ListResponse class
Response message for the List call.
Constructors
-
ListResponse({String? debugString, List<
String> ? errorCode, String? maxAge, List<Statement> ? statements}) - ListResponse.fromJson(Map json_)
Properties
- debugString ↔ String?
-
Human-readable message containing information intended to help end users
understand, reproduce and debug the result.
getter/setter pair
-
errorCode
↔ List<
String> ? -
Error codes that describe the result of the List operation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAge ↔ String?
-
From serving time, how much longer the response should be considered valid
barring further updates.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
statements
↔ List<
Statement> ? -
A list of all the matching statements that have been found.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited