Launch constructor

Launch([
  1. void updates(
    1. LaunchBuilder b
    )?
])

Implementation

factory Launch([void Function(LaunchBuilder b)? updates]) = _$Launch;