text property
String
get
text
The text of the JavaScript alert(), confirm(), or prompt() dialog.
Implementation
String get text => _client.send(_handler.alert.buildGetTextRequest(),
_handler.alert.parseGetTextResponse);