hasChildren property

bool get hasChildren

Whether this match has nested child-matches

Implementation

bool get hasChildren => children?.isNotEmpty == true;