BusinessException constructor

const BusinessException(
  1. String message
)

Implementation

const BusinessException(this.message);