getTimelineAttachment method
Implementation
Attachment? getTimelineAttachment() {
final attachment = _bindings.spine_vertex_attachment_get_timeline_attachment(_attachment.cast());
if (_attachment.address == nullptr.address) return null;
return Attachment._toSubclass(attachment);
}