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