NotFoundFailure constructor

const NotFoundFailure({
  1. String? message,
})

Implementation

const NotFoundFailure({
  super.message,
});