internal_models/get_user_profile_model library
Classes
- Profile
- Represents a profile with user data.
- ProfileModel
- Represents a profile model with user data.
Functions
-
convertProfileJsonFromString(
String? str) → String - Converts a nullable JSON string into a non-nullable JSON string representing a ProfileModel.
-
profileDataFromJson(
String str) → ProfileModel - Converts a JSON string into a ProfileModel object.
-
profileDataToJson(
ProfileModel data) → String - Converts a ProfileModel object into a JSON string.