HybridNotificationModel constructor

HybridNotificationModel(
  1. NotificationType notificationType, {
  2. EventNotificationModel? eventNotificationModel,
  3. LocationNotificationModel? locationNotificationModel,
  4. String? key,
  5. AtKey? atKey,
  6. AtValue? atValue,
})

Implementation

HybridNotificationModel(this.notificationType,
    {this.eventNotificationModel,
    this.locationNotificationModel,
    this.key,
    this.atKey,
    this.atValue});