model/profile_model library

Classes

ProfileData
Represents the profile data.
ProfileModel
Represents the profile data.

Functions

profileData(String str) → ProfileData
Converts a JSON string into a ProfileData object.
profileDataFromJson(String str) → ProfileModel
Converts a JSON string into a ProfileModel object.
profileDataToJson(ProfileModel data) → String
Converts a ProfileModel object into a JSON string.