text method

String? text()

Extracts the data as a plain text string.

Implementation

String? text() => _callMethod(_delegate, 'text', []);