state property
ValueNotifier<MyLocationModel>
get
state
The current state of location tracking as a ValueNotifier
Implementation
ValueNotifier<MyLocationModel> get state => _model;
The current state of location tracking as a ValueNotifier
ValueNotifier<MyLocationModel> get state => _model;