build method

  1. @override
FormationState build()
override

Builds.

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

Implementation

@override
FormationState build() {
  final result = _$v ??
      _$FormationState._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          type: type,
          op: op,
          posSimErr: posSimErr,
          converg: converg,
          turbulence: turbulence,
          posSimMon: posSimMon,
          commMon: commMon,
          convergMon: convergMon);
  replace(result);
  return result;
}