characterData top-level property
dynamic
get
characterData
The CharacterData abstract interface represents a Node object that contains characters. This is an abstract interface, meaning there aren't any object of type CharacterData: it is implemented by other interfaces, like Text, Comment, or ProcessingInstruction which aren't abstract.
Implementation
_i2.dynamic get characterData => _i4.getProperty(
_self,
'CharacterData',
);