ClaimKeysResponse class

Annotations
  • @_NameSource('generated')

Constructors

ClaimKeysResponse({Map<String, Map<String, Object?>>? failures, required Map<String, Map<String, Map<String, Object?>>> oneTimeKeys})
ClaimKeysResponse.fromJson(Map<String, Object?> json)

Properties

failures Map<String, Map<String, Object?>>?
If any remote homeservers could not be reached, they are recorded here. The names of the properties are the names of the unreachable servers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
oneTimeKeys Map<String, Map<String, Map<String, Object?>>>
One-time keys for the queried devices. A map from user ID, to a map from devices to a map from <algorithm>:<key_id> to the key object.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited