isLeaf property Null safety

bool isLeaf
final

Specifies 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;