ChatMarker enum
Constructors
- ChatMarker()
-
const
- ChatMarker.fromName(String name)
-
factory
Values
- received → const ChatMarker
- displayed → const ChatMarker
- acknowledged → const ChatMarker
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXML(
) → XMLNode
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ChatMarker> -
A constant List of the values in this enum, in order of their declaration.
[received, displayed, acknowledged]