Adds a value to the end of this array.
@override void add(Slot? value) { SpineBindings.bindings.spine_array_slot_add(nativePtr.cast(), value?.nativePtr.cast() ?? Pointer.fromAddress(0)); }