ChatController class

Implemented types

Constructors

ChatController({required int timePellet, required List<MessageModel> initialMessageList, required ScrollController scrollController, MessageWidgetBuilder? messageWidgetBuilder})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialMessageList List<MessageModel>
final
messageStreamController StreamController<List<MessageModel>>
getter/setter pair
messageWidgetBuilder MessageWidgetBuilder?
final
pelletShow List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController
final
timePellet int
final

Methods

addMessage(MessageModel message) → void
override
dispose() → void
inflateMessage(MessageModel message) → void
loadMoreData(List<MessageModel> messageList) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrollToLastMessage() → void
toString() String
A string representation of this object.
inherited
widgetReady() → void

Operators

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