FeedbackSessionContext constructor

const FeedbackSessionContext({
  1. String? userId,
  2. String? currentRoute,
  3. Map<String, String> extra = const {},
})

Implementation

const FeedbackSessionContext({
  this.userId,
  this.currentRoute,
  this.extra = const {},
});