ModelLoadingIndicatorMessage class

The loading indicator message for the chat.

Inheritance

Constructors

ModelLoadingIndicatorMessage({required String id, required String userId, required int sequence, required DateTime displayDatetime})
The constructor of the loading indicator message.

Properties

customContainerPadding EdgeInsets?
custom padding for the message
no setterinherited
displayDatetime DateTime
The display datetime of the message.
final
forceNewBlock bool
The force new block of the message.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The id of the message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
The sequence of the message.
final
showAvatarAndPaddings bool
to indicate whether to show avatar & paddings
no setterinherited
status ModelBaseMessageStatus
The status of the message.
getter/setter pairinherited
userId String
The user id of the message.
final
widgetKey GlobalKey<State<StatefulWidget>>
The widget key for the message.
finalinherited

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