MessageModel class
Constructors
- MessageModel({String? modelId, required dynamic message, List? reactions, dynamic quoteMessage, dynamic thread, dynamic pinInfo})
Properties
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