NotFoundFailure constructor

const NotFoundFailure([
  1. String message = 'Elemento no encontrado'
])

Implementation

const NotFoundFailure([super.message = 'Elemento no encontrado']);