syncGeneratorValues property

List<Object?>? syncGeneratorValues
getter/setter pair

For sync* generators: the list to collect yielded values into. When non-null, yield statements add directly to this list.

Implementation

List<Object?>? syncGeneratorValues;