ArrayInt.fromPointer constructor
ArrayInt.fromPointer(
- Pointer<
spine_array_int_wrapper> ptr, { - bool ownsMemory = false,
Implementation
ArrayInt.fromPointer(Pointer<spine_array_int_wrapper> super.ptr, {bool ownsMemory = false})
: _ownsMemory = ownsMemory;