MatrixDeviceKeys class

Inheritance

Constructors

MatrixDeviceKeys(String userId, String deviceId, List<String> algorithms, Map<String, String> keys, Map<String, Map<String, String>> signatures, {Map<String, Object?>? unsigned})
MatrixDeviceKeys.fromJson(Map<String, Object?> json)

Properties

algorithms List<String>
getter/setter pair
deviceDisplayName String?
no setter
deviceId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier String?
no setteroverride
keys Map<String, String>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures Map<String, Map<String, String>>?
getter/setter pairinherited
unsigned Map<String, Object?>?
getter/setter pairinherited
userId String
getter/setter pairinherited

Methods

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

Operators

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