build method

  1. @override
PopUp build()
override

Builds.

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

Implementation

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