PossibleIntervention constructor
const
PossibleIntervention({
- String? scoringType,
- String? startTime,
- double? startLatitude,
- double? startLongitude,
- PossibleInterventionAddress? startAddress,
- String? endTime,
- double? endLatitude,
- double? endLongitude,
- PossibleInterventionAddress? endAddress,
- Map<
String?, PossibleInterventionScoreStats?> ? scoreStats,
Implementation
const PossibleIntervention({
this.scoringType,
this.startTime,
this.startLatitude,
this.startLongitude,
this.startAddress,
this.endTime,
this.endLatitude,
this.endLongitude,
this.endAddress,
this.scoreStats,
});