PscServiceAttachment constructor

PscServiceAttachment({
  1. String? connectionType,
  2. String? serviceAttachment,
})

Implementation

PscServiceAttachment({
  this.connectionType,
  this.serviceAttachment,
});