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