menu
scobro_foundation_flutter package
documentation
authentication/dtos/user_login_command.dart
UserLoginCommand
UserLoginCommand.new constructor
UserLoginCommand.new constructor
dark_mode
light_mode
UserLoginCommand
constructor
UserLoginCommand
(
{
required
String
username
,
required
String
password
,
})
Implementation
UserLoginCommand({ required this.username, required this.password, });
scobro_foundation_flutter package
documentation
authentication/dtos/user_login_command
UserLoginCommand
UserLoginCommand.new constructor
UserLoginCommand class