ClickThroughUrlSuffixProperties.fromJson constructor

ClickThroughUrlSuffixProperties.fromJson(
  1. Map json_
)

Implementation

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