build method

  1. @override
AutonomousSection build()
override

Builds.

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

Implementation

@override
AutonomousSection build() {
  final result = _$v ??
      _$AutonomousSection._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          lat: lat,
          lon: lon,
          speed: speed,
          speedUnits: speedUnits,
          limits: limits,
          maxDepth: maxDepth,
          minAlt: minAlt,
          timeLimit: timeLimit,
          areaLimits: areaLimits,
          controller: controller,
          custom: custom);
  replace(result);
  return result;
}