build method

  1. @override
HistoricCTD build()
override

Builds.

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

Implementation

@override
HistoricCTD build() {
  final result = _$v ??
      _$HistoricCTD._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          conductivity: conductivity,
          temperature: temperature,
          depth: depth);
  replace(result);
  return result;
}