FeedbackLinks constructor

FeedbackLinks({
  1. FeedbackLinksBusinessActivity? businessActivity,
  2. FeedbackLinksCategory? category,
  3. FeedbackLinksImage? image,
  4. List<FeedbackLinksImages>? images = const [],
  5. List<FeedbackLinksPlans>? plans = const [],
  6. FeedbackLinksReport? report,
  7. FeedbackLinksReporter? reporter,
  8. FeedbackLinksSelf? self,
  9. FeedbackLinksTracking? tracking,
})

Returns a new FeedbackLinks instance.

Implementation

FeedbackLinks({
  this.businessActivity,
  this.category,
  this.image,
  this.images = const [],
  this.plans = const [],
  this.report,
  this.reporter,
  this.self,
  this.tracking,
});