isLeaf property

bool isLeaf
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;