text property Null safety
Visible text within this element.
Implementation
String get text => _client.send(_handler.element.buildTextRequest(id),
    _handler.element.parseTextResponse);Visible text within this element.
String get text => _client.send(_handler.element.buildTextRequest(id),
    _handler.element.parseTextResponse);