profileResponseFromMap function
- String str
Implementation
ProfileResponse profileResponseFromMap(String str) =>
ProfileResponse.fromMap(json.decode(str));
ProfileResponse profileResponseFromMap(String str) =>
ProfileResponse.fromMap(json.decode(str));