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