EventNotification constructor
EventNotification({
- String? emailAddress,
- String? expand,
- FieldDetails? field,
- GroupName? group,
- int? id,
- EventNotificationNotificationType? notificationType,
- String? parameter,
- ProjectRole? projectRole,
- String? recipient,
- UserDetails? user,
Implementation
EventNotification(
{this.emailAddress,
this.expand,
this.field,
this.group,
this.id,
this.notificationType,
this.parameter,
this.projectRole,
this.recipient,
this.user});