Breadcrumb constructor
const
Breadcrumb({})
Creates a breadcrumb entry with the given timestamp, message, and metadata.
Implementation
const Breadcrumb({
required this.timestamp,
required this.message,
this.data = const {},
});