PreloadException constructor

PreloadException(
  1. String message, {
  2. Object? cause,
})

Implementation

PreloadException(this.message, {this.cause});