GrowlyticsData constructor
GrowlyticsData({
- String? type,
- String? title,
- String? message,
- String? summaryText,
- String? channel,
- Media? media,
- Click? click,
- List<
NotificationButtons> ? buttons, - List<
KeyValuePairs> ? keyValuePairs, - DeliveryReport? deliveryReport,
Implementation
GrowlyticsData(
{this.type,
this.title,
this.message,
this.summaryText,
this.channel,
this.media,
this.click,
this.buttons,
this.keyValuePairs,
this.deliveryReport});