internal_models/user_profile_update library

Classes

ProData
Represents the updated data for a user profile.
ProfileUpdate
Represents the update information for a user profile.

Functions

convertProfileUpdateJsonFromString(String? str) String
Converts a JSON string into a JSON string representing a ProfileUpdate object.
profileUpdateFromJson(String str) ProfileUpdate
Converts a JSON string into a ProfileUpdate object.
profileUpdateToJson(ProfileUpdate data) String
Converts a ProfileUpdate object into a JSON string.