Message_Body enum
Values
- text → const Message_Body
- image → const Message_Body
- file → const Message_Body
- voice → const Message_Body
- video → const Message_Body
- location → const Message_Body
- link → const Message_Body
- receipt → const Message_Body
- reply → const Message_Body
- preview → const Message_Body
- recall → const Message_Body
- transfer → const Message_Body
- invite → const Message_Body
- notice → const Message_Body
- extra → const Message_Body
- notSet → const Message_Body
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
Message_Body> - A constant List of the values in this enum, in order of their declaration.