VerifyCodeResponse constructor

VerifyCodeResponse({
  1. bool? result,
  2. String? validate,
  3. String? message,
})

Implementation

VerifyCodeResponse({this.result, this.validate, this.message});