menu
electrician_app
core/error/failures.dart
UnauthorizedFailure
UnauthorizedFailure.new const constructor
UnauthorizedFailure.new
dark_mode
light_mode
description
UnauthorizedFailure
constructor
const
UnauthorizedFailure
(
[
String
message
=
'No autorizado'
])
Implementation
const UnauthorizedFailure([super.message = 'No autorizado']);
electrician_app
failures
UnauthorizedFailure
UnauthorizedFailure.new const constructor
UnauthorizedFailure class