ArrayConstraint.fromPointer constructor

ArrayConstraint.fromPointer(
  1. Pointer<spine_array_constraint_wrapper> ptr, {
  2. bool ownsMemory = false,
})

Implementation

ArrayConstraint.fromPointer(Pointer<spine_array_constraint_wrapper> super.ptr, {bool ownsMemory = false})
    : _ownsMemory = ownsMemory;