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