ContextualInsights constructor

ContextualInsights(
  1. String? weatherImpact,
  2. String? trafficConditions,
  3. String? timeOfDay,
  4. String? routeFamiliarity,
)

Implementation

ContextualInsights(
    this.weatherImpact,
    this.trafficConditions,
    this.timeOfDay,
    this.routeFamiliarity,
    );