NIMMessageTypeConverter class Null safety
- Mixed in types
- Annotations
Constructors
- NIMMessageTypeConverter({NIMMessageType? messageType})
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- messageType → NIMMessageType?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
enumFromValue(
Map< NIMMessageType, String> map, String t, {NIMMessageType? defaultEnum}) → NIMMessageType -
inherited
-
enumToValue(
Map< NIMMessageType, String> map, NIMMessageType e) → String -
inherited
-
fromValue(
String value, {NIMMessageType? defaultType}) → NIMMessageType -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
toValue(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited