DefaultClickThroughEventTagProperties.fromJson constructor
DefaultClickThroughEventTagProperties.fromJson(
- Map json_
Implementation
DefaultClickThroughEventTagProperties.fromJson(core.Map json_)
: this(
defaultClickThroughEventTagId:
json_['defaultClickThroughEventTagId'] as core.String?,
overrideInheritedEventTag:
json_['overrideInheritedEventTag'] as core.bool?,
);