NIMMessageTypeConverter class

Mixed in types
Annotations
  • @JsonSerializable()

Constructors

NIMMessageTypeConverter({NIMMessageType? messageType})

Properties

hashCode int
The hash code for this object.
no setterinherited
messageType NIMMessageType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 nonexistent 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