model/user_list_model library
Classes
- ProfileDetails
- Converts a ProfileDetails object into a JSON string.
- UserList
- Represents a list of user profiles.
Functions
-
profiledata(
String str) → ProfileDetails - Converts a JSON string into a ProfileDetails object.
-
profileFromJson(
String str) → List< ProfileDetails> - Converts a JSON string into a list of ProfileDetails.
-
userListFromJson(
String str) → UserList - Converts a JSON string into a UserList object.
-
userListToJson(
UserList data) → String - Converts a UserList object into a JSON string.