NIMSessionTypeConverter class

Mixed in types
Annotations
  • @JsonSerializable()

Constructors

NIMSessionTypeConverter({NIMSessionType? sessionType})

Properties

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

Methods

enumFromValue(Map<NIMSessionType, String> map, String t, {NIMSessionType? defaultEnum}) NIMSessionType
inherited
enumToValue(Map<NIMSessionType, String> map, NIMSessionType e) String
inherited
fromValue(String value, {NIMSessionType? defaultType}) NIMSessionType
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