ServiceAttachment constructor

ServiceAttachment({
  1. String? connectionStatus,
  2. String? localFqdn,
  3. String? targetServiceAttachmentUri,
})

Implementation

ServiceAttachment({
  this.connectionStatus,
  this.localFqdn,
  this.targetServiceAttachmentUri,
});