Returns true if there is no child node found, e.g. node is null.
true
null
bool get isEmpty => node == null;