updateProfileResponseToJson function

String updateProfileResponseToJson(
  1. UpdateProfileResponse data
)

Implementation

String updateProfileResponseToJson(UpdateProfileResponse data) => json.encode(data.toJson());