build method

  1. @override
PlanDBState build()
override

Builds.

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

Implementation

@override
PlanDBState build() {
  final result = _$v ??
      _$PlanDBState._(
          timestamp: timestamp ?? DateTime.now(),
          src: src,
          srcEnt: srcEnt,
          dst: dst,
          dstEnt: dstEnt,
          planCount: planCount,
          planSize: planSize,
          changeTime: changeTime,
          changeSid: changeSid,
          changeSname: changeSname,
          md5: md5,
          plansInfo: plansInfo);
  replace(result);
  return result;
}