menu
another_quickbase package
documentation
another_quickbase_models.dart
User
User.new constructor
User.new constructor
dark_mode
light_mode
User
constructor
User
(
{
String
?
name
,
String
?
id
,
String
?
email
,
String
?
userName
,
})
Implementation
User({ this.name, this.id, this.email, this.userName });
another_quickbase package
documentation
another_quickbase_models
User
User.new constructor
User class