IPAddressSpec constructor

const IPAddressSpec({
  1. ParentReference? parentRef,
})

Default constructor.

Implementation

const IPAddressSpec({
  this.parentRef,
});