isParent property

bool isParent
final

Whether this node is capable of containing children and does.

If true then childNodes has at least one element.

Implementation

final bool isParent = false;