ChatSilentModeParamType enum Null safety
Offline push DND parameter type Enumeration class.
Constructors
- ChatSilentModeParamType()
-
const
Values
- REMIND_TYPE → const ChatSilentModeParamType
-
Offline push notification type.
- SILENT_MODE_DURATION → const ChatSilentModeParamType
-
Offline push DND duration.
- SILENT_MODE_INTERVAL → const ChatSilentModeParamType
-
Offline push DND period.
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
Constants
-
values
→ const List<
ChatSilentModeParamType> -
A constant List of the values in this enum, in order of their declaration.
[REMIND_TYPE, SILENT_MODE_DURATION, SILENT_MODE_INTERVAL]