()
| 150 | } |
| 151 | |
| 152 | protected getLabel(): string { |
| 153 | const titleCasedField = titleCase(this.field); |
| 154 | return `Results Without ${titleCasedField} First`; |
| 155 | } |
| 156 | |
| 157 | public getClassName(): string { |
| 158 | return 'FalseFirstSort'; |
nothing calls this directly
no outgoing calls
no test coverage detected