V2TimProfile class

Constructors

V2TimProfile()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

convertAllowTypeFromDartToWeb(int allowType) → dynamic
convertAllowTypeFromWebToDart(String allowType) → dynamic
convertCustomInfoFromDartToWeb(Map<String, dynamic> customInfo) → dynamic
convertCustomInfoFromWebToDart(List customInfo) → dynamic
convertGenderFromDartToWeb(int gender) → dynamic
convertGenderFromWebToDart(String gender) → dynamic
formateSetSelfInfoParams(Map<String, dynamic> params) Object
userFullInfoExtract(Map<String, dynamic> profile) Map<String, dynamic>