GrowlyticsData constructor

GrowlyticsData({
  1. String? type,
  2. String? title,
  3. String? message,
  4. String? summaryText,
  5. String? channel,
  6. Media? media,
  7. Click? click,
  8. List<NotificationButtons>? buttons,
  9. List<KeyValuePairs>? keyValuePairs,
  10. DeliveryReport? deliveryReport,
})

Implementation

GrowlyticsData(
    {this.type,
    this.title,
    this.message,
    this.summaryText,
    this.channel,
    this.media,
    this.click,
    this.buttons,
    this.keyValuePairs,
    this.deliveryReport});