DeviceLinksSelf constructor

DeviceLinksSelf({
  1. String? href,
  2. DeviceLinksSelfIriTemplate? iriTemplate,
})

Returns a new DeviceLinksSelf instance.

Implementation

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