build method

  1. @override
AllocatedControlTorques build()
override

Builds.

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

Implementation

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