MessageTypeEnum class
Contains type of the message
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → MessageTypeEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< MessageTypeEnum>
Constants
- deleted → const MessageTypeEnum
- ephemeral → const MessageTypeEnum
- error → const MessageTypeEnum
- regular → const MessageTypeEnum
- reply → const MessageTypeEnum
- system → const MessageTypeEnum
-
values
→ const List<
MessageTypeEnum> - List of all possible values in this MessageTypeEnum.