BaseNotFoundError constructor
const
BaseNotFoundError({})
Implementation
const BaseNotFoundError({
required this.title,
required this.status,
this.detail,
this.instance,
this.entityId,
required this.traceId,
});