JwtAuthenticationLoginRequested constructor

const JwtAuthenticationLoginRequested({
  1. required String username,
  2. required String password,
})

Implementation

const JwtAuthenticationLoginRequested({
  required this.username,
  required this.password,
});