build method

  1. @override
HistoricSonarData build()
override

Builds.

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

Implementation

@override
HistoricSonarData build() {
  final result = _$v ??
      _$HistoricSonarData._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          altitude: altitude,
          width: width,
          length: length,
          bearing: bearing,
          pxl: pxl,
          encoding: encoding,
          sonarData: sonarData);
  replace(result);
  return result;
}