LoginButtonPressed constructor

const LoginButtonPressed({
  1. @required String? username,
  2. @required String? password,
})

Implementation

const LoginButtonPressed({@required this.username, @required this.password})
    : super();