innerText property
String
get
innerText
The inner content of this element.
This should return the value of <element>.innerText
,
but behaviour may vary for the different pageloader implementations.
Implementation
String get innerText;