GooglePrivacyDlpV2BoundingBox.fromJson constructor

GooglePrivacyDlpV2BoundingBox.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2BoundingBox.fromJson(core.Map json_)
    : this(
        height: json_['height'] as core.int?,
        left: json_['left'] as core.int?,
        top: json_['top'] as core.int?,
        width: json_['width'] as core.int?,
      );