userProfileResponseFromJson function
Implementation
UserProfileResponse userProfileResponseFromJson(String str) =>
UserProfileResponse.fromJson(json.decode(str));
UserProfileResponse userProfileResponseFromJson(String str) =>
UserProfileResponse.fromJson(json.decode(str));