ChatModel class

broadcast : true senderId : "dd5f5485-1a20-436e-8818-7e6dee52bc99" sender : "p" type : "chat" message : "H" timestamp : 1647506547257

Constructors

ChatModel(bool broadcast, String? senderId, String? sender, String? type, String? message, String? currentTime, bool? isReceived, FileShareModel fileShareModel, dynamic fileName, dynamic jsonData)

Properties

broadcast bool
no setter
currentTime String?
no setter
fileName String
getter/setter pair
fileShareModel FileShareModel?
no setter
hashCode int
The hash code for this object.
no setterinherited
jsonData Map
no setter
message String?
getter/setter pair
recieved bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
no setter
senderId String?
no setter
type String?
no setter

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