ConversationMarkType enum
~english The conversation mark types.
The mapping between each type of conversation mark and their actual meanings is maintained by the developer. ~end
~chinese 会话标记类型枚举。
各会话标记类型与实际意义之间的映射由开发者维护 ~end
Values
- Type0 → const ConversationMarkType
- Type1 → const ConversationMarkType
- Type2 → const ConversationMarkType
- Type3 → const ConversationMarkType
- Type4 → const ConversationMarkType
- Type5 → const ConversationMarkType
- Type6 → const ConversationMarkType
- Type7 → const ConversationMarkType
- Type8 → const ConversationMarkType
- Type9 → const ConversationMarkType
- Type10 → const ConversationMarkType
- Type11 → const ConversationMarkType
- Type12 → const ConversationMarkType
- Type13 → const ConversationMarkType
- Type14 → const ConversationMarkType
- Type15 → const ConversationMarkType
- Type16 → const ConversationMarkType
- Type17 → const ConversationMarkType
- Type18 → const ConversationMarkType
- Type19 → const ConversationMarkType
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<
ConversationMarkType> - A constant List of the values in this enum, in order of their declaration.