state property

The current state as a ValueNotifier. Contains parking visibility state.

Implementation

ValueNotifier<FinishRouteModel> get state => _model;