AuthRepositoryState constructor

const AuthRepositoryState({
  1. AuthUserVO? authUser,
})

Implementation

const AuthRepositoryState({
  this.authUser,
});