GooglePrivacyDlpV2TableLocation.fromJson constructor

GooglePrivacyDlpV2TableLocation.fromJson(
  1. Map json_
)

Implementation

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