UAuthCompleteProfileParams.fromJson constructor
UAuthCompleteProfileParams.fromJson(
- String str
Implementation
factory UAuthCompleteProfileParams.fromJson(String str) => UAuthCompleteProfileParams.fromMap(json.decode(str));