AppException constructor

AppException(
  1. String? _message,
  2. String? _prefix
)

Implementation

AppException(this._message, this._prefix);