BaseVerifyEmailResponse constructor

BaseVerifyEmailResponse({
  1. bool? success,
  2. String? errorCode,
})

Implementation

BaseVerifyEmailResponse({this.success, this.errorCode});