()
| 22 | public rowSwitchStyle: RowSwitchStyle; |
| 23 | |
| 24 | constructor() { |
| 25 | this.rows = []; |
| 26 | this.rowSwitchStyle = RowSwitchStyles.backAndForth; |
| 27 | } |
| 28 | |
| 29 | public setRound(): this { |
| 30 | this.rowSwitchStyle = RowSwitchStyles.round; |
nothing calls this directly
no outgoing calls
no test coverage detected