AndroidNotification constructor

AndroidNotification({
  1. String? body,
  2. List<String>? bodyLocArgs,
  3. String? bodyLocKey,
  4. bool? bypassProxyNotification,
  5. String? channelId,
  6. String? clickAction,
  7. String? color,
  8. bool? defaultLightSettings,
  9. bool? defaultSound,
  10. bool? defaultVibrateTimings,
  11. String? eventTime,
  12. String? icon,
  13. String? image,
  14. LightSettings? lightSettings,
  15. bool? localOnly,
  16. int? notificationCount,
  17. String? notificationPriority,
  18. String? proxy,
  19. String? sound,
  20. bool? sticky,
  21. String? tag,
  22. String? ticker,
  23. String? title,
  24. List<String>? titleLocArgs,
  25. String? titleLocKey,
  26. List<String>? vibrateTimings,
  27. String? visibility,
})

Implementation

AndroidNotification({
  this.body,
  this.bodyLocArgs,
  this.bodyLocKey,
  this.bypassProxyNotification,
  this.channelId,
  this.clickAction,
  this.color,
  this.defaultLightSettings,
  this.defaultSound,
  this.defaultVibrateTimings,
  this.eventTime,
  this.icon,
  this.image,
  this.lightSettings,
  this.localOnly,
  this.notificationCount,
  this.notificationPriority,
  this.proxy,
  this.sound,
  this.sticky,
  this.tag,
  this.ticker,
  this.title,
  this.titleLocArgs,
  this.titleLocKey,
  this.vibrateTimings,
  this.visibility,
});