UserProfileModel constructor
UserProfileModel({})
Implementation
UserProfileModel({
this.id = '',
required this.username,
required this.email,
this.bio,
this.avatarUrl,
this.role,
this.verificationStatus,
this.createdAt,
this.updatedAt,
});