state property
ValueNotifier<FinishRouteModel>
get
state
The current state as a ValueNotifier. Contains parking visibility state.
Implementation
ValueNotifier<FinishRouteModel> get state => _model;
The current state as a ValueNotifier. Contains parking visibility state.
ValueNotifier<FinishRouteModel> get state => _model;