VehicleFormationParticipant constructor

VehicleFormationParticipant([
  1. void updates(
    1. VehicleFormationParticipantBuilder b
    )?
])

Implementation

factory VehicleFormationParticipant(
        [void Function(VehicleFormationParticipantBuilder b)? updates]) =
    _$VehicleFormationParticipant;