AppException constructor

AppException([
  1. dynamic _message,
  2. dynamic _prefix
])

Implementation

AppException([this._message, this._prefix]);