| 108 | } |
| 109 | |
| 110 | class NumericDescendingSort extends BaseSort { |
| 111 | constructor(field: string, options: { label?: string | null; isDefault?: boolean } = {}) { |
| 112 | super(field, options); |
| 113 | this.reverse = true; |
nothing calls this directly
no outgoing calls
no test coverage detected