WmxSitemapContent.fromJson constructor

WmxSitemapContent.fromJson(
  1. 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?,
    );