state property

The current state of better route suggestions as a ValueNotifier. Contains information about time differences and route types.

Implementation

ValueNotifier<BetterRoutePromptModel> get state => _model;