menu
agroflow package
documentation
models/user.dart
User
User.new constructor
User.new constructor
dark_mode
light_mode
User
constructor
User
(
{
required
String
id
,
required
String
name
,
required
UserRole
role
,
String
?
location
,
})
Implementation
User({ required this.id, required this.name, required this.role, this.location, });
agroflow package
documentation
models/user
User
User.new constructor
User class