menu
electrician_app
core/error/failures.dart
NotFoundFailure
NotFoundFailure.new const constructor
NotFoundFailure.new
dark_mode
light_mode
description
NotFoundFailure
constructor
const
NotFoundFailure
(
[
String
message
=
'Elemento no encontrado'
])
Implementation
const NotFoundFailure([super.message = 'Elemento no encontrado']);
electrician_app
failures
NotFoundFailure
NotFoundFailure.new const constructor
NotFoundFailure class