ConfirmEmailCodeResponse constructor

ConfirmEmailCodeResponse({
  1. bool? status,
  2. int? limit,
  3. String? token,
  4. bool? confirmedCode,
  5. int? confirmType,
})

Implementation

ConfirmEmailCodeResponse(
    {this.status,
    this.limit,
    this.token,
    this.confirmedCode,
    this.confirmType});