CascadeError constructor
const
CascadeError({})
Implementation
const CascadeError({
required this.code,
required this.message,
this.details,
this.entityType,
this.entityId,
this.relationName,
});
const CascadeError({
required this.code,
required this.message,
this.details,
this.entityType,
this.entityId,
this.relationName,
});