Chat class abstract
- Implementers
Constructors
- Chat.new()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jid → Jid
-
no setter
-
messages
↔ List<
Message> ? -
getter/setter pair
- myState ↔ ChatState?
-
getter/setter pair
-
newMessageStream
→ Stream<
Message> -
no setter
- remoteState → ChatState?
-
no setter
-
remoteStateStream
→ Stream<
ChatState?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessage(
String text) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited