build method

  1. @override
PlanStatistics build()
override

Builds.

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

Implementation

@override
PlanStatistics build() {
  final result = _$v ??
      _$PlanStatistics._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          planId: planId,
          type: type,
          properties: properties,
          durations: durations,
          distances: distances,
          actions: actions,
          fuel: fuel);
  replace(result);
  return result;
}