build method

  1. @override
PlanDBInformation build()
override

Builds.

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

Implementation

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