Ā© 2026 Hedgehog Software, LLC
get message(): string { return `{ ${ util_.ownKeys(fields).map((p: any) => `${util_.formatPropertyKey(p)}: ${util_.formatUnknown(this[p])}`) .join(", ") } }` }