innerText method
Returns the inner text of the node. If none is set, returns the "".
Implementation
String innerText() {
return text ?? '';
}
Returns the inner text of the node. If none is set, returns the "".
String innerText() {
return text ?? '';
}