FeedbackEvent constructor
const
FeedbackEvent({})
Implementation
const FeedbackEvent({
required this.id,
required this.message,
this.priority = 0,
this.duration,
this.tags = const {},
this.dismissible = true,
this.metadata = const {},
});