ContextualInsights.fromJson constructor
Implementation
ContextualInsights.fromJson(Map<String, dynamic> jsonDecode) {
weatherImpact = jsonDecode['weatherImpact'];
trafficConditions = jsonDecode['trafficConditions'];
timeOfDay = jsonDecode['timeOfDay'];
routeFamiliarity = jsonDecode['routeFamiliarity'];
}