withFragmentation method
Builder: set fragmentation support.
Implementation
CapabilityHandshake withFragmentation(bool supported) =>
_copy(fragmentationSupported: supported);
Builder: set fragmentation support.
CapabilityHandshake withFragmentation(bool supported) =>
_copy(fragmentationSupported: supported);