AppException constructor

AppException(
  1. [String? message,
  2. String? prefix,
  3. String? url]
)

Implementation

AppException([this.message, this.prefix, this.url]);