supportsImplementationDescription static method

bool supportsImplementationDescription(
  1. String version
)

Whether the negotiated version carries Implementation.description on clientInfo / serverInfo (2025-11-25). Older peers ignore an emitted description, so emission is additive; this predicate exists so callers may suppress it for strict older-revision fixtures.

Implementation

static bool supportsImplementationDescription(String version) =>
    version == v2025_11_25;