AuthSession constructor
AuthSession({})
Implementation
AuthSession({
this.userId,
this.refreshToken,
this.sessionId,
this.sessionToken,
this.verified,
this.message,
this.otpId,
this.businesses,
});
AuthSession({
this.userId,
this.refreshToken,
this.sessionId,
this.sessionToken,
this.verified,
this.message,
this.otpId,
this.businesses,
});