EventNotification constructor

EventNotification({
  1. String? emailAddress,
  2. String? expand,
  3. FieldDetails? field,
  4. GroupName? group,
  5. int? id,
  6. EventNotificationNotificationType? notificationType,
  7. String? parameter,
  8. ProjectRole? projectRole,
  9. String? recipient,
  10. UserDetails? user,
})

Implementation

EventNotification(
    {this.emailAddress,
    this.expand,
    this.field,
    this.group,
    this.id,
    this.notificationType,
    this.parameter,
    this.projectRole,
    this.recipient,
    this.user});