Connection constructor

Connection(
  1. String hdPath,
  2. String otherDid,
  3. String name
)

Implementation

Connection(this.hdPath, this.otherDid, this.name);