text method Null safety

Future<String> text()

Implementation

Future<String> text() => promiseToFuture<String>(JS("", "#.text()", this));