build method

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
VehicleFormationParticipant build() {
  final result = _$v ??
      _$VehicleFormationParticipant._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          vid: vid,
          offX: offX,
          offY: offY,
          offZ: offZ);
  replace(result);
  return result;
}