WmxSitemapContent.fromJson constructor
WmxSitemapContent.fromJson(
- Map json_
Implementation
WmxSitemapContent.fromJson(core.Map json_)
: this(
indexed: json_['indexed'] as core.String?,
submitted: json_['submitted'] as core.String?,
type: json_['type'] as core.String?,
);