DataNotfoundFailure constructor

const DataNotfoundFailure({
  1. String message = 'Data not found',
})

Implementation

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