NotificationPriority constructor

const NotificationPriority(
  1. int rawValue
)

Constructs an instance of NotificationPriority.

Implementation

const NotificationPriority(this.rawValue);