menu
blvckleg_dart_core package
documentation
models/user/user_model.dart
User
User.new constructor
User.new constructor
dark_mode
light_mode
User
constructor
User
(
{
required
int
id
,
required
String
username
,
String
?
email
,
bool
?
publicActivity
,
})
Implementation
User({ required this.id, required this.username, this.email, this.publicActivity, });
blvckleg_dart_core package
documentation
models/user/user_model
User
User.new constructor
User class