DataLayers constructor

DataLayers({
  1. String? annualFluxUrl,
  2. String? dsmUrl,
  3. List<String>? hourlyShadeUrls,
  4. Date? imageryDate,
  5. Date? imageryProcessedDate,
  6. String? imageryQuality,
  7. String? maskUrl,
  8. String? monthlyFluxUrl,
  9. String? rgbUrl,
})

Implementation

DataLayers({
  this.annualFluxUrl,
  this.dsmUrl,
  this.hourlyShadeUrls,
  this.imageryDate,
  this.imageryProcessedDate,
  this.imageryQuality,
  this.maskUrl,
  this.monthlyFluxUrl,
  this.rgbUrl,
});