build method

  1. @override
DesiredPath build()
override

Builds.

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

Implementation

@override
DesiredPath build() {
  final result = _$v ??
      _$DesiredPath._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          pathRef: pathRef,
          startLat: startLat,
          startLon: startLon,
          startZ: startZ,
          startZUnits: startZUnits,
          endLat: endLat,
          endLon: endLon,
          endZ: endZ,
          endZUnits: endZUnits,
          speed: speed,
          speedUnits: speedUnits,
          lradius: lradius,
          flags: flags);
  replace(result);
  return result;
}