state property
ValueNotifier<TrafficLineModel>
get
state
The current state of traffic information as a ValueNotifier. Contains route progress, traffic conditions, and road events.
Implementation
ValueNotifier<TrafficLineModel> get state => _model;