KumulosPushNotification constructor

KumulosPushNotification(
  1. String? title,
  2. String? message,
  3. Map<String, dynamic>? data,
  4. String? url,
  5. String? actionId,
)

Implementation

KumulosPushNotification(
    this.title, this.message, this.data, this.url, this.actionId);