InterconnectAttachmentGroupLogicalStructureRegion constructor

InterconnectAttachmentGroupLogicalStructureRegion({
  1. List<InterconnectAttachmentGroupLogicalStructureRegionMetro> metros = const [],
  2. String? region,
})

Implementation

InterconnectAttachmentGroupLogicalStructureRegion({
  this.metros = const [],
  this.region,
}) : super(fullyQualifiedName);