AppleFoundationException constructor

AppleFoundationException(
  1. String message, {
  2. String? code,
  3. dynamic details,
})

Implementation

AppleFoundationException(this.message, {this.code, this.details});