menu
merry package
documentation
error.dart
MerryError
MerryError.new constructor
MerryError.new constructor
dark_mode
light_mode
MerryError
constructor
MerryError
(
{
required
ErrorCode
type
,
Map
<
String
,
dynamic
>
body
=
const {}
,
})
Constructs a constant
MerryError
instance.
Implementation
MerryError({required this.type, this.body = const {}});
merry package
documentation
error
MerryError
MerryError.new constructor
MerryError class