menu
dash_cli package
documentation
models/config.dart
Config
Config constructor
Config constructor
dark_mode
light_mode
Config
constructor
Config
(
{
String
?
authToken
,
String
?
refreshToken
,
String
?
username
,
String
?
email
,
})
Implementation
Config({ this.authToken, this.refreshToken, this.username, this.email, });
dash_cli package
documentation
models/config
Config
Config constructor
Config class