Config.values constructor

const Config.values(
  1. List<Object?> storyValues
)

Selects finite story values for the annotated property.

An empty list selects no values beyond the constructor default. If every configured axis is empty, both expansion policies emit only the default story.

Implementation

const Config.values(List<Object?> storyValues)
    : this(storyValues: storyValues);