GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry.fromJson constructor

GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry.fromJson(
  1. Map json_
)

Implementation

GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry.fromJson(
  core.Map json_,
) : this(
      key: json_['key'] as core.String?,
      value: json_['value'] as core.String?,
    );