isMarkup property

bool isMarkup
final

Flagged true if this node was created as the result of markup that couldn't be parsed.

Setting this to true prevents this node's value from being character encoded.

Implementation

final bool isMarkup;