RoomKeyRequest class

Inheritance
Available Extensions

Constructors

RoomKeyRequest.fromToDeviceEvent(ToDeviceEvent toDeviceEvent, KeyManager keyManager, KeyManagerKeyShareRequest request)

Properties

content Map<String, Object?>
getter/setter pairinherited
encryptedContent Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
keyManager KeyManager
getter/setter pair
request KeyManagerKeyShareRequest
getter/setter pair
requestingDevice DeviceKeys
no setter
room Room
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
getter/setter pairinherited
senderId String
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

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

Operators

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