generatorFunction property

Map<String, dynamic> Function(JSValue, GeneratorState) generatorFunction
final

The generator function to execute Ifgnature: (JSValue inputValue, GeneratorState previousState) -> Map<String, dynamic> Returns {'value': JSValue, 'done': bool}

Implementation

final Map<String, dynamic> Function(JSValue, GeneratorState)
generatorFunction;