CutoverForecast constructor

CutoverForecast({
  1. Duration? estimatedCutoverJobDuration,
})

Implementation

factory CutoverForecast({
  $10.Duration? estimatedCutoverJobDuration,
}) {
  final $result = create();
  if (estimatedCutoverJobDuration != null) {
    $result.estimatedCutoverJobDuration = estimatedCutoverJobDuration;
  }
  return $result;
}