PathConstraintPose constructor

PathConstraintPose()

Implementation

factory PathConstraintPose() {
  final ptr = SpineBindings.bindings.spine_path_constraint_pose_create();
  return PathConstraintPose.fromPointer(ptr);
}