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