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