menu
lectio_wrapper package
documentation
lectio/account.dart
Account
Account constructor
Account constructor
dark_mode
light_mode
Account
constructor
Account
(
int
gymId
,
String
username
,
String
password
, {
Future
<
Account
>
loginError
()?,
})
Implementation
Account(this.gymId, this.username, this.password, {this.loginError});
lectio_wrapper package
documentation
lectio/account
Account
Account constructor
Account class