PossibleIntervention constructor

const PossibleIntervention({
  1. String? scoringType,
  2. String? startTime,
  3. double? startLatitude,
  4. double? startLongitude,
  5. PossibleInterventionAddress? startAddress,
  6. String? endTime,
  7. double? endLatitude,
  8. double? endLongitude,
  9. PossibleInterventionAddress? endAddress,
  10. 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,
});