NotificationValue constructor

const NotificationValue(
  1. int value,
  2. String name
)

Implementation

const NotificationValue(this.value, this.name);