menu
tom_d4rt_ast package
documentation
runtime.dart
FunctionInfo
isGenerator property
isGenerator property
dark_mode
light_mode
isGenerator
property
bool
isGenerator
final
Whether the function is a generator (sync* or async*).
Implementation
final bool isGenerator;
tom_d4rt_ast package
documentation
runtime
FunctionInfo
isGenerator property
FunctionInfo class