OperationLinksFeedback constructor

OperationLinksFeedback({
  1. String? href,
  2. OperationLinksFeedbackIriTemplate? iriTemplate,
})

Returns a new OperationLinksFeedback instance.

Implementation

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