CheckException constructor

const CheckException(
  1. String message
)

Implementation

const CheckException(this.message);