menu
rest_api_client package
documentation
exceptions/unauthorized_exception.dart
UnauthorizedException
UnauthorizedException constructor
UnauthorizedException constructor
dark_mode
light_mode
UnauthorizedException
constructor
UnauthorizedException
(
{
bool
silent
=
false
,
List
<
String
>
messages
=
const []
,
})
Implementation
UnauthorizedException({ super.silent, super.messages, });
rest_api_client package
documentation
exceptions/unauthorized_exception
UnauthorizedException
UnauthorizedException constructor
UnauthorizedException class