conformsTo static method
Returns whether obj is an instance of MLNCluster.
Implementation
static bool conformsTo(objc.ObjCObjectBase obj) {
  return _objc_msgSend_e3qsqz(obj.ref.pointer, _sel_conformsToProtocol_, _protocol_MLNCluster);
}Returns whether obj is an instance of MLNCluster.
static bool conformsTo(objc.ObjCObjectBase obj) {
  return _objc_msgSend_e3qsqz(obj.ref.pointer, _sel_conformsToProtocol_, _protocol_MLNCluster);
}