hasChild property

bool get hasChild

Implementation

bool get hasChild => data == null ? _childMap.isNotEmpty : false;