ToX constructor

ToX()

Implementation

factory ToX() {
  final ptr = SpineBindings.bindings.spine_to_x_create();
  return ToX.fromPointer(ptr);
}