doc property

ValueListenable<MODEL> get doc

Value listenable for the document state.

Implementation

ValueListenable<MODEL> get doc => _doc;