NotificationData constructor

NotificationData(
  1. String pushId,
  2. String name
)

Implementation

NotificationData(this.pushId, this.name);