PointAttachment constructor
PointAttachment(
- String name
Implementation
factory PointAttachment(String name) {
final ptr = SpineBindings.bindings.spine_point_attachment_create(name.toNativeUtf8().cast<Char>());
return PointAttachment.fromPointer(ptr);
}