UserRoleV2 enum
Values
- swaggerGeneratedUnknown → const UserRoleV2
-
const UserRoleV2(null) - kemAdmin → const UserRoleV2
-
const UserRoleV2('KEM_Admin') - kemTech → const UserRoleV2
-
const UserRoleV2('KEM_Tech') - kemInstaller → const UserRoleV2
-
const UserRoleV2('KEM_Installer') - kemKohlersuperadmin → const UserRoleV2
-
const UserRoleV2('KEM_KohlerSuperAdmin') - kemKohlerbusiness → const UserRoleV2
-
const UserRoleV2('KEM_KohlerBusiness') - kemKohlerservice → const UserRoleV2
-
const UserRoleV2('KEM_KohlerService') - kemKohlerinternal → const UserRoleV2
-
const UserRoleV2('KEM_KohlerInternal')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UserRoleV2> - A constant List of the values in this enum, in order of their declaration.