menu
jwt_auth package
documentation
bloc/jwt_authentication_event.dart
JwtAuthenticationLoginRequested
JwtAuthenticationLoginRequested const constructor
JwtAuthenticationLoginRequested const constructor
dark_mode
light_mode
JwtAuthenticationLoginRequested
constructor
const
JwtAuthenticationLoginRequested
(
{
required
String
username
,
required
String
password
,
})
Implementation
const JwtAuthenticationLoginRequested({ required this.username, required this.password, });
jwt_auth package
documentation
bloc/jwt_authentication_event
JwtAuthenticationLoginRequested
JwtAuthenticationLoginRequested const constructor
JwtAuthenticationLoginRequested class