GeneratorFunction$Typings extension

on

Properties

length num

Available on GeneratorFunction, provided by the GeneratorFunction$Typings extension

The length of the arguments.
no setter
name String

Available on GeneratorFunction, provided by the GeneratorFunction$Typings extension

Returns the name of the function.
no setter

Methods

call([Iterable? args]) Generator<Object?, dynamic, Object?>

Available on GeneratorFunction, provided by the GeneratorFunction$Typings extension