CheckAuthenticationPassword constructor

CheckAuthenticationPassword({
  1. required String password,
})

Implementation

CheckAuthenticationPassword({required this.password});