BodyDetectionException constructor

BodyDetectionException(
  1. String code,
  2. String? description
)

Implementation

BodyDetectionException(this.code, this.description);