AuthResponse<T extends Auth<AuthKeys> >.loading constructor
const
AuthResponse<T extends Auth<AuthKeys> >.loading ([
- AuthType? type
Implementation
const AuthResponse.loading([AuthType? type])
: this._(loading: true, type: type);