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