property ReadableBase.prototype.readableFlowing Usage in Deno```typescript import { ReadableBase } from "node:node__stream.d.ts"; ``` This property reflects the current state of a `Readable` stream as described in the [Three states](https://nodejs.org/docs/latest-v22.x/api/stream.html#three-states) section. Type boolean | null