build method

  1. @override
StateReport build()
override

Builds.

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

Implementation

@override
StateReport build() {
  final result = _$v ??
      _$StateReport._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          stime: stime,
          latitude: latitude,
          longitude: longitude,
          altitude: altitude,
          depth: depth,
          heading: heading,
          speed: speed,
          fuel: fuel,
          execState: execState,
          planChecksum: planChecksum);
  replace(result);
  return result;
}