newInstance method

  1. @override
VehicleFormationParticipantBuilder newInstance([
  1. ImcBuilderHeaderPart? headerFrom
])
override

Instanciates a new builder

Implementation

@override
VehicleFormationParticipantBuilder newInstance(
        [ImcBuilderHeaderPart? headerFrom]) =>
    VehicleFormationParticipantBuilder()..copyFromHeader(headerFrom);