cdataSection top-level property

dynamic get cdataSection

A CDATA section that can be used within XML to include extended portions of unescaped text. The symbols < and & don’t need escaping as they normally do when inside a CDATA section.

MDN Reference

Implementation

_i2.dynamic get cdataSection => _i4.getProperty(
      _self,
      'CDATASection',
    );