SentryFeedback constructor
SentryFeedback({})
Implementation
SentryFeedback({
required this.message,
this.contactEmail,
this.name,
this.replayId,
this.url,
this.associatedEventId,
this.unknown,
});
SentryFeedback({
required this.message,
this.contactEmail,
this.name,
this.replayId,
this.url,
this.associatedEventId,
this.unknown,
});