decode method

Decodes a JSON-compatible wire value.

Implementation

@override
PromptEmbeddedContextCapabilities decode(Object? value) =>
    PromptEmbeddedContextCapabilities.fromJson(decodeAcpObject(value));