AuthResponse<T extends Auth<AuthKeys>>.loading constructor

const AuthResponse<T extends Auth<AuthKeys>>.loading([
  1. AuthType? type
])

Implementation

const AuthResponse.loading([AuthType? type])
    : this._(loading: true, type: type);