userProfileResponseToJson function

String userProfileResponseToJson(
  1. UserProfileResponse data
)

Implementation

String userProfileResponseToJson(UserProfileResponse data) =>
    json.encode(data.toJson());