Breadcrumb constructor
Breadcrumb({})
Creates a breadcrumb that can be attached to an SentryEvent.
Implementation
Breadcrumb({
this.message,
DateTime? timestamp,
this.category,
this.data,
SentryLevel? level,
this.type,
this.unknown,
}) : timestamp = timestamp ?? getUtcDateTime(),
level = level ?? SentryLevel.info;