LOW constant
NotificationChannelImportance
const LOW
Low notification importance: shows in the shade, and potentially in the status bar (see shouldHideSilentStatusBarIcons()), but is not audibly intrusive.
Implementation
static const NotificationChannelImportance LOW =
NotificationChannelImportance(2);