DerryError constructor
Constructs a constant DerryError instance.
Implementation
DerryError({
required this.type,
this.body = const {},
});
Constructs a constant DerryError instance.
DerryError({
required this.type,
this.body = const {},
});