Authenticated constructor

const Authenticated({
  1. bool isStartupState = false,
})

Implementation

const Authenticated({
  super.isStartupState,
});