RestException constructor
RestException({
- String? message,
- dynamic dataResponse,
- StackTrace? stackTrace,
Implementation
RestException({
this.message,
this.dataResponse,
this.stackTrace,
});