userProfileResponseFromJson function

UserProfileResponse userProfileResponseFromJson(
  1. String str
)

Implementation

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