text property

Future<String> text

Visible text within this element.

Implementation

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