DyteFileMessage class

Inheritance

Constructors

DyteFileMessage.new({required String name, required String link, required int size, 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
final
name String
final
pluginId String?
finalinherited
read bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
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