GoogleChromePolicyVersionsV1AdditionalTargetKeyName.fromJson constructor
GoogleChromePolicyVersionsV1AdditionalTargetKeyName.fromJson(
- Map json_
Implementation
GoogleChromePolicyVersionsV1AdditionalTargetKeyName.fromJson(core.Map json_)
: this(
key: json_.containsKey('key') ? json_['key'] as core.String : null,
keyDescription: json_.containsKey('keyDescription')
? json_['keyDescription'] as core.String
: null,
);