menu
jwt_auth package
documentation
bloc/jwt_authentication_event.dart
JwtAuthenticationLoginRequested
JwtAuthenticationLoginRequested.new const constructor
JwtAuthenticationLoginRequested.new 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.new const constructor
JwtAuthenticationLoginRequested class