IException constructor

const IException(
  1. String message, {
  2. Map<String, String?>? details,
})

Implementation

const IException(this.message, {this.details});