suppressNotifications property

bool suppressNotifications

This message will not trigger push and desktop notifications

Implementation

bool get suppressNotifications => PermissionsUtils.isApplied(raw, 1 << 12);