menu
contacts_getter package
documentation
models/account_model.dart
Account
Account.new constructor
Account.new constructor
dark_mode
light_mode
Account
constructor
Account
(
{
String
name
=
""
,
String
type
=
""
,
bool
isGoogle
=
false
,
})
Implementation
Account({this.name = "", this.type = "", this.isGoogle = false});
contacts_getter package
documentation
models/account_model
Account
Account.new constructor
Account class