DataNotfoundException constructor
DataNotfoundException({
- required String message,
- Object? exception,
- StackTrace? stackTrace,
Implementation
DataNotfoundException({required this.message, this.exception, this.stackTrace});