MessageModel class

Constructors

MessageModel({String? modelId, required dynamic message, List? reactions, dynamic quoteMessage, dynamic thread, dynamic pinInfo})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
message → dynamic
final
pinInfo → dynamic
final
quoteMessage → dynamic
final
reactions List?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread → dynamic
final

Methods

clearPinInfo() MessageModel
clearThread() MessageModel
copyWith({dynamic message, List? reactions, dynamic quoteMessage, dynamic thread, dynamic pinInfo}) MessageModel
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

randomId(dynamic message) String