$ClickThroughUrlSuffixProperties.fromJson constructor
$ClickThroughUrlSuffixProperties.fromJson(
- Map json_
Implementation
$ClickThroughUrlSuffixProperties.fromJson(core.Map json_)
: this(
clickThroughUrlSuffix: json_['clickThroughUrlSuffix'] as core.String?,
overrideInheritedSuffix: json_['overrideInheritedSuffix'] as core.bool?,
);