build method

  1. @override
MapPoint build()
override

Builds.

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

Implementation

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