build method

  1. @override
DesiredControl build()
override

Builds.

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

Implementation

@override
DesiredControl build() {
  final result = _$v ??
      _$DesiredControl._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          x: x,
          y: y,
          z: z,
          k: k,
          m: m,
          n: n,
          flags: flags);
  replace(result);
  return result;
}