MatrixSignableKey class abstract

Implementers

Constructors

MatrixSignableKey(String userId, Map<String, String> keys, Map<String, Map<String, String>>? signatures, {Map<String, Object?>? unsigned})
MatrixSignableKey.fromJson(Map<String, Object?> json)

Properties

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

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