text property

String text

Visible text within this element.

Implementation

String get text => _client.send(_handler.element.buildTextRequest(id),
    _handler.element.parseTextResponse);