LineConnection constructor

LineConnection({
  1. String? connectedObjectId,
  2. int? connectionSiteIndex,
})

Implementation

LineConnection({
  this.connectedObjectId,
  this.connectionSiteIndex,
});