alloc static method

MLNShapeCollection alloc()
override

alloc

Implementation

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