data property

String data

Gets the String (data) representation of this Node.

Usually outputs: doc comments, element tags, part of strings, ...

Implementation

String get data => _getDataFromNode(this);