UserListQueryType enum Null safety
Represents a filter for user list query
Constants
- banned → const UserListQueryType
-
const UserListQueryType(3)
- blocked → const UserListQueryType
-
const UserListQueryType(0)
- filtered → const UserListQueryType
-
const UserListQueryType(4)
- muted → const UserListQueryType
-
const UserListQueryType(2)
- participants → const UserListQueryType
-
const UserListQueryType(1)
-
values
→ const List<
UserListQueryType> -
A constant List of the values in this enum, in order of their declaration.
const List<
UserListQueryType>
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited