GooglePrivacyDlpV2BoundingBox constructor

GooglePrivacyDlpV2BoundingBox({
  1. int? height,
  2. int? left,
  3. int? top,
  4. int? width,
})

Implementation

GooglePrivacyDlpV2BoundingBox({this.height, this.left, this.top, this.width});