NERoomChatFileMessage class Null safety

File message

Inheritance
Implementers

Constructors

NERoomChatFileMessage()

Properties

displayName String?
File display name
read-only
extension String?
File extension
read-only
fromNick String
Nickname of a sender client
read-only, inherited
fromUserUuid String?
Possibly empty for sender clients. If empty, sender clients have not joined the room.
read-only, inherited
hashCode int
The hash code for this object.
read-only, inherited
md5 String?
MD5 value of a file
read-only
message ↔ dynamic
read / write, inherited
messageType NERoomChatMessageType
Message types
read-only, inherited
messageUuid String
Unique message ID
read-only, inherited
of ↔ dynamic
read / write, inherited
path String?
File path
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
size int
File size
read-only
thumbPath String?
URL of a thumbnail
read-only
time int
read-only, inherited
toUserUuidList List<String>?
Recipient client, all members in the chat room if empty.
read-only, inherited
url String
File download URL
read-only

Methods

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

Operators

operator *() → dynamic
inherited
operator ==(Object other) bool
The equality operator.
inherited