menu
erretech_facts package
documentation
models/account.dart
Account
Account.new constructor
Account.new constructor
dark_mode
light_mode
Account
constructor
Account
(
{
String
?
id
,
String
?
name
,
String
?
role
,
String
?
state
,
String
?
logoBase64
,
})
Implementation
Account({ this.id, this.name, this.role, this.state, this.logoBase64, });
erretech_facts package
documentation
models/account
Account
Account.new constructor
Account class