AuthResponse<T extends Auth<AuthKeys> >.initial constructor
const
AuthResponse<T extends Auth<AuthKeys> >.initial ({})
Implementation
const AuthResponse.initial({
dynamic msg,
Provider? provider,
AuthType? type,
}) : this._(initial: true, msg: msg, provider: provider, type: type);