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