NIMTeamInviteModeEnumConverter class

Mixed in types
Annotations
  • @JsonSerializable()

Constructors

NIMTeamInviteModeEnumConverter({NIMTeamInviteModeEnum? nimTeamInviteModeEnum})

Properties

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

Methods

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