innerText property
The inner content of this element.
This should return the value of <element>.innerText
,
but behaviour may vary for the different pageloader implementations.
Implementation
@override
String get innerText =>
throw NullPageLoaderElementAccessException('innerText', this);