UserException constructor

UserException(
  1. String message, {
  2. String? details,
})

Implementation

UserException(this.message, {this.details});