NotificationEvent constructor
NotificationEvent({
- String? description,
- int? id,
- String? name,
- NotificationEvent? templateEvent,
Implementation
NotificationEvent({this.description, this.id, this.name, this.templateEvent});