HybridNotificationModel constructor
HybridNotificationModel(
- NotificationType notificationType, {
- EventNotificationModel? eventNotificationModel,
- LocationNotificationModel? locationNotificationModel,
- String? key,
- AtKey? atKey,
- AtValue? atValue,
Implementation
HybridNotificationModel(this.notificationType,
{this.eventNotificationModel,
this.locationNotificationModel,
this.key,
this.atKey,
this.atValue});