build method

  1. @override
PlanVariable build()
override

Builds.

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

Implementation

@override
PlanVariable build() {
  final result = _$v ??
      _$PlanVariable._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          name: name,
          value: value,
          type: type,
          access: access);
  replace(result);
  return result;
}