internal_models/users_list_model library

Classes

UserList
UserList model class.

Functions

convertUsersDataJsonFromString(String? str) String
Converts a JSON string into a JSON string representing a UserList object.
userListFromJson(String str) UserList
Converts a JSON string into a UserList object.
userListToJson(UserList data) String
Converts a UserList object into a JSON string.