UpcomingEvent constructor

UpcomingEvent([
  1. void b(
    1. UpcomingEventBuilder
    )?
])

Creates a new UpcomingEvent object using the builder pattern.

Implementation

factory UpcomingEvent([void Function(UpcomingEventBuilder)? b]) = _$UpcomingEvent;