storyKnobs method

Map<String, KnobNodeBase> storyKnobs(
  1. String storyKey
)

Returns knobs by storyKey.

Implementation

Map<String, KnobNodeBase> storyKnobs(String storyKey) {
  return _value[storyKey] ?? {};
}