DeviceRequestInfo class

Device request info

Represents device request or invitation information.

Constructors

DeviceRequestInfo({int timestamp = 0, String senderUserID = '', String senderUserName = '', String senderNameCard = '', String senderAvatarURL = '', String content = '', DeviceType device = DeviceType.microphone})

Properties

content String
final
device DeviceType
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderAvatarURL String
final
senderNameCard String
final
senderUserID String
final
senderUserName String
final
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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