AuthSession constructor

const AuthSession({
  1. required bool isSignedIn,
})

Implementation

const AuthSession({
  required this.isSignedIn,
});