isGenerator property

bool isGenerator
final

Whether the function is a generator (sync* or async*).

Implementation

final bool isGenerator;