MockSuperuser constructor
Create mocked properties of SuperuserInterface to emulate superuser status.
Implementation
const MockSuperuser(
{this.isSuperuser = false, this.isActivated = false, this.whoAmI = ""});
Create mocked properties of SuperuserInterface to emulate superuser status.
const MockSuperuser(
{this.isSuperuser = false, this.isActivated = false, this.whoAmI = ""});