UserModel constructor
const
UserModel({
- String id = '',
- String username = '',
- ImageProvider<
Object> ? profilePicture,
Implementation
const UserModel({
this.id = '',
this.username = '',
this.profilePicture,
});