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