StartupAuthResolved constructor

const StartupAuthResolved({
  1. required AuthenticationStatus status,
  2. UserModel? user,
})

Implementation

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