AuthyoResponseModel constructor
AuthyoResponseModel({})
Implementation
AuthyoResponseModel({
this.success,
this.message,
this.data,
this.status,
this.error,
this.errorCode,
this.attemptsRemaining,
this.maxVerifyAttempts,
this.retryAfterSeconds,
});