AuthChanges<T extends Auth<AuthKeys>> constructor

const AuthChanges<T extends Auth<AuthKeys>>({
  1. required Object? args,
  2. required AuthStatus status,
  3. required T? user,
})

Implementation

const AuthChanges({
  required this.args,
  required this.status,
  required this.user,
});