Event constructor

Event([
  1. void updates(
    1. EventBuilder b
    )?
])

Implementation

factory Event([void Function(EventBuilder b)? updates]) = _$Event;