HealthException constructor

HealthException(
  1. dynamic dataType,
  2. String cause
)

Implementation

HealthException(this.dataType, this.cause);