ToY constructor

ToY()

Implementation

factory ToY() {
  final ptr = SpineBindings.bindings.spine_to_y_create();
  return ToY.fromPointer(ptr);
}