menu
octopod package
documentation
models/account.dart
Account
Account.new factory constructor
Account.new factory constructor
dark_mode
light_mode
Account
constructor
Account
(
{
String
?
number
,
List
<
Property
>
?
properties
,
})
Implementation
factory Account({ String? number, List<Property>? properties, }) = _Account;
octopod package
documentation
models/account
Account
Account.new factory constructor
Account class