DataNotfoundFailure constructor
const
DataNotfoundFailure({
- String message = 'Data not found',
Implementation
const DataNotfoundFailure({String message = 'Data not found'}) : super(message);