property Http2Stream.id Usage in Deno```typescript import { type Http2Stream } from "node:node__http2.d.ts"; ``` The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` if the stream identifier has not yet been assigned. Type number | undefined