alloc static method

alloc

Implementation

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