isEmpty property

bool isEmpty

Returns true if there is no child node found, e.g. node is null.

Implementation

bool get isEmpty => node == null;