withCodec method

CapabilityHandshake withCodec(
  1. String codec
)

Builder: set the codec negotiation token.

Implementation

CapabilityHandshake withCodec(String codec) => _copy(codec: codec);