DeviceLinksSelfIriTemplate constructor

DeviceLinksSelfIriTemplate({
  1. DeviceLinksSelfIriTemplateMapping? mapping,
})

Returns a new DeviceLinksSelfIriTemplate instance.

Implementation

DeviceLinksSelfIriTemplate({
  this.mapping,
});