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

const AuthResponse<T extends Auth<AuthKeys>>.initial({
  1. dynamic msg,
  2. AuthProviders? provider,
  3. AuthType? type,
})

Implementation

const AuthResponse.initial({
  dynamic msg,
  AuthProviders? provider,
  AuthType? type,
}) : this._(initial: true, msg: msg, provider: provider, type: type);