Kinematics constructor

Kinematics(
  1. KinematicsFileFormat format,
  2. List<int> raw
)

Implementation

Kinematics(this.format, this.raw);