UpcomingEvent constructor
UpcomingEvent([
- void b()?
Creates a new UpcomingEvent object using the builder pattern.
Implementation
factory UpcomingEvent([void Function(UpcomingEventBuilder)? b]) = _$UpcomingEvent;