hasChildren property Null safety

Future<bool> hasChildren

Whether or not this node has children.

Implementation

Future<bool> get hasChildren async => !(await getChildren().isEmpty);