AndroidPushNotificationTemplate constructor

AndroidPushNotificationTemplate({
  1. Action? action,
  2. String? body,
  3. String? imageIconUrl,
  4. String? imageUrl,
  5. String? rawContent,
  6. String? smallImageIconUrl,
  7. String? sound,
  8. String? title,
  9. String? url,
})

Implementation

AndroidPushNotificationTemplate({
  this.action,
  this.body,
  this.imageIconUrl,
  this.imageUrl,
  this.rawContent,
  this.smallImageIconUrl,
  this.sound,
  this.title,
  this.url,
});