NotificationEvent constructor

NotificationEvent({
  1. String? description,
  2. int? id,
  3. String? name,
  4. NotificationEvent? templateEvent,
})

Implementation

NotificationEvent({this.description, this.id, this.name, this.templateEvent});