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