AuthLoggedIn constructor

const AuthLoggedIn({
  1. required String token,
})

Implementation

const AuthLoggedIn({required this.token});