Results constructor
Results({})
Implementation
Results({
this.success,
this.message,
this.to,
this.authtype,
this.maskId,
this.createdTime,
this.expiretime,
this.attemptsRemaining,
this.maxVerifyAttempts,
});