MobPushNotifyMessage constructor

MobPushNotifyMessage({
  1. String? title,
  2. required String content,
  3. int? timestamp,
  4. String? subTitle,
  5. String? sound,
  6. int? badge,
  7. String? styleContent,
  8. required String? messageId,
  9. List<String>? inboxStyleContent,
  10. int? style,
  11. int? channel,
  12. Map<String, dynamic>? extrasMap,
  13. bool? voice,
  14. bool? shake,
  15. bool? light,
})

Implementation

MobPushNotifyMessage({this.title, required this.content, this.timestamp, this.subTitle, this.sound, this.badge, this.styleContent, required this.messageId, this.inboxStyleContent, this.style, this.channel, this.extrasMap, this.voice, this.shake, this.light});