text property

Future<String?> get text

Implementation

Future<String?> get text => then((o) => o.element?.text);