MiPushMessageEntity constructor

MiPushMessageEntity({
  1. bool? arrivedMessage,
  2. String? content,
  3. String? description,
  4. MiPushMessageExtra? extra,
  5. String? messageId,
  6. int? messageType,
  7. bool? notified,
  8. int? notifyId,
  9. int? notifyType,
  10. int? passThrough,
  11. String? title,
})

Implementation

MiPushMessageEntity({
  this.arrivedMessage,
  this.content,
  this.description,
  this.extra,
  this.messageId,
  this.messageType,
  this.notified,
  this.notifyId,
  this.notifyType,
  this.passThrough,
  this.title,
});