hasTimeline method
Returns true if this animation contains a timeline with any of the specified property IDs.
Implementation
bool hasTimeline(ArrayPropertyId ids) {
final result = SpineBindings.bindings.spine_animation_has_timeline(_ptr, ids.nativePtr.cast());
return result;
}