build method

  1. @override
SoiWaypoint build()
override

Builds.

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

Implementation

@override
SoiWaypoint build() {
  final result = _$v ??
      _$SoiWaypoint._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          lat: lat,
          lon: lon,
          eta: eta,
          duration: duration);
  replace(result);
  return result;
}