withFeatures method

CapabilityHandshake withFeatures(
  1. Iterable<String> features
)

Builder: set the features list.

Implementation

CapabilityHandshake withFeatures(Iterable<String> features) =>
    _copy(features: features.toList());