(totalSteps: number, title: string)
| 78 | public title: string |
| 79 | |
| 80 | constructor(totalSteps: number, title: string) { |
| 81 | this.totalSteps = totalSteps |
| 82 | this.title = title |
| 83 | } |
| 84 | |
| 85 | private current?: QuickInput |
| 86 | private currentStepNumber: number = 1 |
nothing calls this directly
no outgoing calls
no test coverage detected