For sync* generators: the list to collect yielded values into. When non-null, yield statements add directly to this list.
List<Object?>? syncGeneratorValues;