WmxSitemap constructor

WmxSitemap({
  1. List<WmxSitemapContent>? contents,
  2. String? errors,
  3. bool? isPending,
  4. bool? isSitemapsIndex,
  5. String? lastDownloaded,
  6. String? lastSubmitted,
  7. String? path,
  8. String? type,
  9. String? warnings,
})

Implementation

WmxSitemap({
  this.contents,
  this.errors,
  this.isPending,
  this.isSitemapsIndex,
  this.lastDownloaded,
  this.lastSubmitted,
  this.path,
  this.type,
  this.warnings,
});