service property

BasePrefService? service
inherited

Implementation

BasePrefService? get service => widget.cache ? _cache : _parent;