isEmptyAnimation property
bool
get
isEmptyAnimation
Returns true if this entry is for the empty animation.
Implementation
bool get isEmptyAnimation {
final result = SpineBindings.bindings.spine_track_entry_is_empty_animation(_ptr);
return result;
}