NIMTeamUpdateModeEnumConverter class

Mixed in types
Annotations
  • @JsonSerializable()

Constructors

NIMTeamUpdateModeEnumConverter({NIMTeamUpdateModeEnum? nimTeamUpdateModeEnum})

Properties

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

Methods

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