NIMVerifyTypeEnumConverter class

Mixed in types
Annotations
  • @JsonSerializable()

Constructors

NIMVerifyTypeEnumConverter({NIMVerifyTypeEnum? nimVerifyTypeEnum})

Properties

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

Methods

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