KuzzleResponse class
Constructors
-
KuzzleResponse({String? action, String? collection, String? controller, List<
Deprecation> ? deprecations, KuzzleError? error, String? index, String? room, dynamic result, int? status, Map<String, dynamic> ? volatile}) -
KuzzleResponse.fromJson(Map<
String, dynamic> json)
Properties
- action ↔ String?
-
getter/setter pair
- collection ↔ String?
-
getter/setter pair
- controller ↔ String?
-
getter/setter pair
-
deprecations
↔ List<
Deprecation> ? -
getter/setter pair
- error ↔ KuzzleError?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ String?
-
getter/setter pair
- protocol ↔ String?
-
getter/setter pair
- requestId ↔ String?
-
getter/setter pair
- result ↔ dynamic
-
getter/setter pair
- room ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ String?
-
getter/setter pair
- state ↔ String?
-
getter/setter pair
- status ↔ int?
-
getter/setter pair
- timestamp ↔ int?
-
getter/setter pair
- users ↔ String?
-
getter/setter pair
-
volatile
↔ Map<
String, dynamic> ? -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited