build method

  1. @override
HistoricSample build()
override

Builds.

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

Implementation

@override
HistoricSample build() {
  final result = _$v ??
      _$HistoricSample._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          sysId: sysId,
          priority: priority,
          x: x,
          y: y,
          z: z,
          t: t,
          sample: sample);
  replace(result);
  return result;
}