new$ static method

new

Implementation

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