SIQMessage class

This class is used to store data of the message

Constructors

SIQMessage(String? text, String? sender, DateTime? time, bool? isRead, File? file)
constructor to initialize the message

Properties

file File?
file data of the message
final
hashCode int
The hash code for this object.
no setterinherited
isRead bool?
denotes whether the message is read or not
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
sender of the message
final
text String?
content of the message
final
time DateTime?
time of the message
latefinal

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

Static Methods

getObject(Map? map) SIQMessage?
internal method to convert the map to the object