DefaultClickThroughEventTagProperties.fromJson constructor

DefaultClickThroughEventTagProperties.fromJson(
  1. Map json_
)

Implementation

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