new$ static method

MLNComputedShapeSource new$()
override

new

Implementation

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