HistoricEvent constructor

HistoricEvent([
  1. void updates(
    1. HistoricEventBuilder b
    )?
])

Implementation

factory HistoricEvent([void Function(HistoricEventBuilder b)? updates]) =
    _$HistoricEvent;