DyteImageMessage class
- Inheritance
-
- Object
- DyteChatMessage
- DyteImageMessage
Constructors
- DyteImageMessage.new({required String link, required String displayName, required bool read, required DyteMessageType type, required String? pluginId, required String time, required String userId})
Properties
- displayName → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- link → String
-
final
- pluginId → String?
-
finalinherited
- read → bool
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → String
-
finalinherited
- type → DyteMessageType
-
finalinherited
- userId → String
-
finalinherited
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 ==(
covariant DyteChatMessage other) → bool -
The equality operator.
inherited