withFragmentation method

CapabilityHandshake withFragmentation(
  1. bool supported
)

Builder: set fragmentation support.

Implementation

CapabilityHandshake withFragmentation(bool supported) =>
    _copy(fragmentationSupported: supported);