NtiuspPushData constructor

NtiuspPushData({
  1. String? ntiuspNoti,
  2. String? type,
  3. String? message,
})

Implementation

NtiuspPushData({this.ntiuspNoti, this.type, this.message});