GoogleChromeManagementV1ThunderboltInfo.fromJson constructor

GoogleChromeManagementV1ThunderboltInfo.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1ThunderboltInfo.fromJson(core.Map json_)
    : this(
        securityLevel: json_.containsKey('securityLevel')
            ? json_['securityLevel'] as core.String
            : null,
      );