NotificationInfo constructor

const NotificationInfo({
  1. int? notificationInfoSid,
  2. String? userid,
  3. String? fcmtoken,
  4. String? mobileDevice,
})

Implementation

const NotificationInfo({
  this.notificationInfoSid,
  this.userid,
  this.fcmtoken,
  this.mobileDevice,
});