build method

  1. @override
PlanControl build()
override

Builds.

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

Implementation

@override
PlanControl build() {
  final result = _$v ??
      _$PlanControl._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          type: type,
          op: op,
          requestId: requestId,
          planId: planId,
          flags: flags,
          arg: arg,
          info: info);
  replace(result);
  return result;
}