GooglePrivacyDlpV2ImageLocation constructor

GooglePrivacyDlpV2ImageLocation({
  1. List<GooglePrivacyDlpV2BoundingBox>? boundingBoxes,
})

Implementation

GooglePrivacyDlpV2ImageLocation({
  this.boundingBoxes,
});