NERoomChatImageMessage class Null safety
Image message
- Inheritance
-
- Object
- NERoomChatMessage
- NERoomChatFileMessage
- NERoomChatImageMessage
Constructors
Properties
- displayName → String?
-
File display name
read-only, inherited
- extension → String?
-
File extension
read-only, inherited
- 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
- height → int
-
Image height
read-only
- md5 → String?
-
MD5 value of a file
read-only, inherited
- 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, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- size → int
-
File size
read-only, inherited
- thumbPath → String?
-
URL of a thumbnail
read-only, inherited
- 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, inherited
- width → int
-
Image width
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