Abstract
Static
Readonly
The key path from the client. For example, a resource accessible as client.resource.subresource would have a property static override readonly _key = Object.freeze(['resource', 'subresource'] as const);.
client.resource.subresource
static override readonly _key = Object.freeze(['resource', 'subresource'] as const);
The key path from the client. For example, a resource accessible as
client.resource.subresourcewould have a propertystatic override readonly _key = Object.freeze(['resource', 'subresource'] as const);.