isNotEmpty property

bool get isNotEmpty

Checks if this node has children

Implementation

bool get isNotEmpty => children.isNotEmpty;