$ExternalProtectionLevelOptions.fromJson constructor

$ExternalProtectionLevelOptions.fromJson(
  1. Map json_
)

Implementation

$ExternalProtectionLevelOptions.fromJson(core.Map json_)
  : this(
      ekmConnectionKeyPath: json_['ekmConnectionKeyPath'] as core.String?,
      externalKeyUri: json_['externalKeyUri'] as core.String?,
    );