isLeaf property
final
Whether the function is a leaf function.
A leaf function must not run Dart code or call back into the Dart VM.
Leaf calls are faster than non-leaf calls.
Implementation
final bool isLeaf;
Whether the function is a leaf function.
A leaf function must not run Dart code or call back into the Dart VM.
Leaf calls are faster than non-leaf calls.
final bool isLeaf;