(public readonly args: Array<CaseWhenValue>)
| 736 | declare readonly _type: `caseWhen` |
| 737 | readonly _result?: _T |
| 738 | constructor(public readonly args: Array<CaseWhenValue>) {} |
| 739 | } |
| 740 | |
| 741 | export class MaterializeWrapper< |
nothing calls this directly
no outgoing calls
no test coverage detected