AuthResponse<T extends Auth<AuthKeys> >.guest constructor
Implementation
const AuthResponse.guest(T? data, {String? msg, AuthType? type})
: this._(state: AuthStatus.guest, data: data, msg: msg, type: type);