GoogleSecuritySafebrowsingV4ThreatListDescriptor.fromJson constructor

GoogleSecuritySafebrowsingV4ThreatListDescriptor.fromJson(
  1. Map json_
)

Implementation

GoogleSecuritySafebrowsingV4ThreatListDescriptor.fromJson(core.Map json_)
    : this(
        platformType: json_['platformType'] as core.String?,
        threatEntryType: json_['threatEntryType'] as core.String?,
        threatType: json_['threatType'] as core.String?,
      );