ControlParcel constructor

ControlParcel([
  1. void updates(
    1. ControlParcelBuilder b
    )?
])

Implementation

factory ControlParcel([void Function(ControlParcelBuilder b)? updates]) =
    _$ControlParcel;