SuccessResendVerifyEmailState constructor

SuccessResendVerifyEmailState({
  1. required AppResponse<String?> response,
})

Implementation

SuccessResendVerifyEmailState({required this.response});