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