innerHtml property

Future<String?> get innerHtml

Implementation

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