doc property

ValueListenable<T?> get doc

Value listenable for the document state.

Implementation

ValueListenable<T?> get doc => _doc;