UserLevel enum Null safety
Constants
- administrator → const UserLevel
-
const UserLevel(0)
- anonymous → const UserLevel
-
const UserLevel(3)
- extended → const UserLevel
-
const UserLevel(4)
- operator → const UserLevel
-
const UserLevel(1)
- user → const UserLevel
-
const UserLevel(2)
-
values
→ const List<
UserLevel> -
A constant List of the values in this enum, in order of their declaration.
const List<
UserLevel>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited