property Http2Session.localSettings
Usage in Deno
```typescript import { type Http2Session } from "node:node__http2.d.ts"; ```A prototype-less object describing the current local settings of this `Http2Session`.
The local settings are local to _this_`Http2Session` instance.