OperationLinksSelf constructor

OperationLinksSelf({
  1. String? href,
  2. OperationLinksSelfIriTemplate? iriTemplate,
})

Returns a new OperationLinksSelf instance.

Implementation

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