state property
ValueNotifier<BetterRoutePromptModel>
get
state
The current state of better route suggestions as a ValueNotifier. Contains information about time differences and route types.
Implementation
ValueNotifier<BetterRoutePromptModel> get state => _model;