title property

Stream<String> title

A stream reflecting the current document title.

Implementation

Stream<String> get title => _titleStreamController.stream;