docListNotifier top-level property

ValueNotifier<List<DocTypeModel>> docListNotifier
getter/setter pair

Implementation

ValueNotifier<List<DocTypeModel>> docListNotifier = ValueNotifier([]);