FutureResourcesRecommendation constructor

FutureResourcesRecommendation({
  1. String? endTime,
  2. String? location,
  3. Map<String, FutureResourcesRecommendationOtherLocation>? otherLocations,
  4. String? recommendationId,
  5. String? recommendationType,
  6. String? startTime,
})

Implementation

FutureResourcesRecommendation({
  this.endTime,
  this.location,
  this.otherLocations,
  this.recommendationId,
  this.recommendationType,
  this.startTime,
});