features property
Set<PatchbayFeature>
get
features
Capabilities this host declares on the identity plane.
Implementation
Set<PatchbayFeature> get features => <PatchbayFeature>{
..._coreFeatures,
if (_registry.hasResponseSchemas) PatchbayFeature.responseSchemas,
..._declaredFeatures,
};