FeedbackLinksCategory constructor

FeedbackLinksCategory({
  1. String? href,
  2. FeedbackLinksCategoryIriTemplate? iriTemplate,
})

Returns a new FeedbackLinksCategory instance.

Implementation

FeedbackLinksCategory({
  this.href,
  this.iriTemplate,
});