menu
optare_api_core package
documentation
api.dart
Error
Error.new constructor
Error.new constructor
dark_mode
light_mode
Error
constructor
Error
(
{
required
String
error
,
String
?
code
,
Map
<
String
,
Object
>
details
=
const {}
,
})
Returns a new
Error
instance.
Implementation
Error({ required this.error, this.code, this.details = const {}, });
optare_api_core package
documentation
api
Error
Error.new constructor
Error class