build method

  1. @override
LblEstimate build()
override

Builds.

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

Implementation

@override
LblEstimate build() {
  final result = _$v ??
      _$LblEstimate._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          beacon: beacon,
          x: x,
          y: y,
          varX: varX,
          varY: varY,
          distance: distance);
  replace(result);
  return result;
}