build method

  1. @override
Loiter build()
override

Builds.

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

Implementation

@override
Loiter build() {
  final result = _$v ??
      _$Loiter._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          timeout: timeout,
          lat: lat,
          lon: lon,
          z: z,
          zUnits: zUnits,
          duration: duration,
          speed: speed,
          speedUnits: speedUnits,
          type: type,
          radius: radius,
          length: length,
          bearing: bearing,
          direction: direction,
          custom: custom);
  replace(result);
  return result;
}