DataNotfoundException constructor

DataNotfoundException({
  1. required String message,
  2. Object? exception,
  3. StackTrace? stackTrace,
})

Implementation

DataNotfoundException({required this.message, this.exception, this.stackTrace});