WmxSitemap class
Contains detailed information about a specific URL submitted as a sitemap.
Constructors
-
WmxSitemap({List<
WmxSitemapContent> ? contents, String? errors, bool? isPending, bool? isSitemapsIndex, String? lastDownloaded, String? lastSubmitted, String? path, String? type, String? warnings}) - WmxSitemap.fromJson(Map json_)
Properties
-
contents
↔ List<
WmxSitemapContent> ? -
The various content types in the sitemap.
getter/setter pair
- errors ↔ String?
-
Number of errors in the sitemap.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPending ↔ bool?
-
If true, the sitemap has not been processed.
getter/setter pair
- isSitemapsIndex ↔ bool?
-
If true, the sitemap is a collection of sitemaps.
getter/setter pair
- lastDownloaded ↔ String?
-
Date & time in which this sitemap was last downloaded.
getter/setter pair
- lastSubmitted ↔ String?
-
Date & time in which this sitemap was submitted.
getter/setter pair
- path ↔ String?
-
The url of the sitemap.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of the sitemap.
getter/setter pair
- warnings ↔ String?
-
Number of warnings for the sitemap.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited