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