PoseConnection constructor

const PoseConnection(
  1. String from,
  2. String to
)

Implementation

const PoseConnection(this.from, this.to);