next property
TrackEntry?
get
next
The animation queued to start after this animation, or NULL.
Implementation
TrackEntry? get next {
final result = SpineBindings.bindings.spine_track_entry_get_next(_ptr);
return result.address == 0 ? null : TrackEntry.fromPointer(result);
}