OfflinePushInfoEntity constructor

OfflinePushInfoEntity({
  1. String? title,
  2. String? desc,
  3. String? ext,
  4. String? iOSSound,
  5. bool? ignoreIOSBadge,
  6. String? androidOPPOChannelID,
  7. bool? disablePush,
})

Implementation

OfflinePushInfoEntity({
  this.title,
  this.desc,
  this.ext,
  this.iOSSound,
  this.ignoreIOSBadge,
  this.androidOPPOChannelID,
  this.disablePush,
});