* Get the current value for a key (virtual derived state)
(key: TKey)
| 478 | * Get the current value for a key (virtual derived state) |
| 479 | */ |
| 480 | public get(key: TKey): WithVirtualProps<TOutput, TKey> | undefined { |
| 481 | return this._state.getWithVirtualProps(key) |
| 482 | } |
| 483 | |
| 484 | /** |
| 485 | * Check if a key exists in the collection (virtual derived state) |
no test coverage detected