CustomException constructor
CustomException([
- dynamic _message,
- dynamic _prefix
Implementation
CustomException([this._message, this._prefix]);
CustomException([this._message, this._prefix]);