EventNotification constructor

EventNotification([
  1. void updates(
    1. EventNotificationBuilder b
    )
])

Implementation

factory EventNotification([void updates(EventNotificationBuilder b)]) = _$EventNotification;