GooglePrivacyDlpV2BoundingBox.fromJson constructor
GooglePrivacyDlpV2BoundingBox.fromJson(
- 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?,
);