isGenerated property

bool get isGenerated

Returns true if this node has a generated element by domGenerator.

Implementation

bool get isGenerated => treeMap != null;