withFeatures method
Builder: set the features list.
Implementation
CapabilityHandshake withFeatures(Iterable<String> features) =>
_copy(features: features.toList());
Builder: set the features list.
CapabilityHandshake withFeatures(Iterable<String> features) =>
_copy(features: features.toList());