alloc static method

MLNComputedShapeSource alloc()
override

alloc

Implementation

static MLNComputedShapeSource alloc() {
  final _ret = _objc_msgSend_151sglz(_class_MLNComputedShapeSource, _sel_alloc);
  return MLNComputedShapeSource.castFromPointer(_ret, retain: false, release: true);
}