BaiduMessage constructor

BaiduMessage({
  1. Action? action,
  2. String? body,
  3. Map<String, String>? data,
  4. String? iconReference,
  5. String? imageIconUrl,
  6. String? imageUrl,
  7. String? rawContent,
  8. bool? silentPush,
  9. String? smallImageIconUrl,
  10. String? sound,
  11. Map<String, List<String>>? substitutions,
  12. int? timeToLive,
  13. String? title,
  14. String? url,
})

Implementation

BaiduMessage({
  this.action,
  this.body,
  this.data,
  this.iconReference,
  this.imageIconUrl,
  this.imageUrl,
  this.rawContent,
  this.silentPush,
  this.smallImageIconUrl,
  this.sound,
  this.substitutions,
  this.timeToLive,
  this.title,
  this.url,
});