WmxSitemapContent constructor

WmxSitemapContent({
  1. String? indexed,
  2. String? submitted,
  3. String? type,
})

Implementation

WmxSitemapContent({
  this.indexed,
  this.submitted,
  this.type,
});