GooglePrivacyDlpV2DocumentLocation.fromJson constructor

GooglePrivacyDlpV2DocumentLocation.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2DocumentLocation.fromJson(core.Map json_)
    : this(
        fileOffset: json_.containsKey('fileOffset')
            ? json_['fileOffset'] as core.String
            : null,
      );