withDuration method
Implementation
ChartExportDeliveryResult withDuration(Duration duration) {
return ChartExportDeliveryResult._(
success: success,
attempts: attempts,
retryErrors: retryErrors,
metadata: metadata,
file: file,
error: error,
stackTrace: stackTrace,
duration: duration,
);
}