menu
dk_util package
documentation
state/dk_state_example.dart
User
User.new constructor
User.new constructor
dark_mode
light_mode
User
constructor
User
(
{
required
int
id
,
required
String
name
,
required
String
email
,
})
Implementation
User({required this.id, required this.name, required this.email});
dk_util package
documentation
state/dk_state_example
User
User.new constructor
User class