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