Notification constructor
Notification({
- required ComparisonOperator comparisonOperator,
- required NotificationType notificationType,
- required double threshold,
- NotificationState? notificationState,
- ThresholdType? thresholdType,
Implementation
Notification({
required this.comparisonOperator,
required this.notificationType,
required this.threshold,
this.notificationState,
this.thresholdType,
});