ChatRoomMessageSource class

Constructors

ChatRoomMessageSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
lastTime int
getter/setter pair
messageNotify StreamController
getter/setter pair
messages Queue<Object>
getter/setter pair
messageStream Stream
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unread int
getter/setter pair
unreadMessageListenable ValueListenable<int>
no setter
unreadNotify StreamController<int>
getter/setter pair
unreadStream Stream
no setter

Methods

append(Object message, int time, {bool incUnread = true}) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetUnread() → void
toString() String
A string representation of this object.
inherited
updateOffset(double offset) → void

Operators

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

Constants

maxCacheMessageCount → const int
showTimeInterval → const int