Message class

Constructors

Message({TimeMilliSeconds? timeMilliSeconds, String? sentBy, String? type, String? msgId, String? message, String? name, String? fileName, String? contentType, String? senderName, String? filePath, String? replyUser, String? replyMsg, String? replyMsgId, String? replyUserId, String? replyMsgType, dynamic time, String? thumbnailPath})
Message.fromJson(Map<String, dynamic> json)
factory

Properties

contentType String?
getter/setter pair
fileName String?
getter/setter pair
filePath String?
getter/setter pair
fileUploadLoader ↔ RxBool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
msgId String?
getter/setter pair
name String?
getter/setter pair
replyMsg String?
getter/setter pair
replyMsgId String?
getter/setter pair
replyMsgType String?
getter/setter pair
replyUser String?
getter/setter pair
replyUserId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderName String?
getter/setter pair
sentBy String?
getter/setter pair
startAnimation ↔ RxBool
getter/setter pair
thumbnailPath String?
getter/setter pair
time ↔ dynamic
getter/setter pair
timeMilliSeconds TimeMilliSeconds?
getter/setter pair
type String?
getter/setter pair
videoUploader ↔ RxBool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited