menu
fos package
documentation
errors/exceptions.dart
Exceptions
Exceptions const constructor
Exceptions const constructor
dark_mode
light_mode
Exceptions
constructor
const
Exceptions
(
{
String
?
message
,
int
?
error
,
})
Implementation
const Exceptions({ this.message, this.error, });
fos package
documentation
errors/exceptions
Exceptions
Exceptions const constructor
Exceptions class