GoogleSecuritySafebrowsingV4ThreatHitThreatSource.fromJson constructor

GoogleSecuritySafebrowsingV4ThreatHitThreatSource.fromJson(
  1. Map json_
)

Implementation

GoogleSecuritySafebrowsingV4ThreatHitThreatSource.fromJson(core.Map json_)
  : this(
      referrer: json_['referrer'] as core.String?,
      remoteIp: json_['remoteIp'] as core.String?,
      type: json_['type'] as core.String?,
      url: json_['url'] as core.String?,
    );