menu
linklytics_flutter package
documentation
community/data/response/community_user.dart
CommunityUser
CommunityUser.new constructor
CommunityUser.new constructor
dark_mode
light_mode
CommunityUser
constructor
CommunityUser
(
{
required
int
id
,
required
String
name
,
required
String
email
,
})
Implementation
CommunityUser({ required this.id, required this.name, required this.email, });
linklytics_flutter package
documentation
community/data/response/community_user
CommunityUser
CommunityUser.new constructor
CommunityUser class