GoogleSecuritySafebrowsingV5FullHashFullHashDetail.fromJson constructor

GoogleSecuritySafebrowsingV5FullHashFullHashDetail.fromJson(
  1. Map json_
)

Implementation

GoogleSecuritySafebrowsingV5FullHashFullHashDetail.fromJson(core.Map json_)
  : this(
      attributes: (json_['attributes'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      threatType: json_['threatType'] as core.String?,
    );