PathCollision constructor

const PathCollision(
  1. String path1,
  2. String path2
)

Implementation

const PathCollision(this.path1, this.path2);