CcuEvent constructor

CcuEvent([
  1. void updates(
    1. CcuEventBuilder b
    )?
])

Implementation

factory CcuEvent([void Function(CcuEventBuilder b)? updates]) = _$CcuEvent;