ListResponse class Null safety
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.
read / write
-
errorCode
↔ List<
String> ? -
Error codes that describe the result of the List operation.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- maxAge ↔ String?
-
From serving time, how much longer the response should be considered valid
barring further updates.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
statements
↔ List<
Statement> ? -
A list of all the matching statements that have been found.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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