state property

The current state of location tracking as a ValueNotifier

Implementation

ValueNotifier<MyLocationModel> get state => _model;