hasChildren property

bool hasChildren

Whether this match has nested child-matches

Implementation

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