menu
truesight_flutter package
documentation
blocs/user/user_bloc.dart
UserSimpleLoginEvent
UserSimpleLoginEvent.new constructor
UserSimpleLoginEvent.new constructor
dark_mode
light_mode
UserSimpleLoginEvent
constructor
UserSimpleLoginEvent
(
{
required
String
username
,
required
String
password
,
})
Implementation
UserSimpleLoginEvent({ required this.username, required this.password, }) : super();
truesight_flutter package
documentation
blocs/user/user_bloc
UserSimpleLoginEvent
UserSimpleLoginEvent.new constructor
UserSimpleLoginEvent class