clusterPointCount property
The number of points within this cluster
Implementation
static final clusterPointCount = objc.ObjCProtocolMethod<int Function()>(
      _protocol_MLNCluster,
      _sel_clusterPointCount,
      ffi.Native.addressOf<ffi.NativeFunction<ffi.UnsignedLong Function(ffi.Pointer<objc.ObjCObject> , ffi.Pointer<ffi.Void> )>>(_MapLibreFFi_protocolTrampoline_1ckyi24).cast(),
      objc.getProtocolMethodSignature(
          _protocol_MLNCluster,
          _sel_clusterPointCount,
          isRequired: true,
          isInstanceMethod: true,
      ),
      (int Function() func) => ObjCBlock_NSUInteger_ffiVoid.fromFunction((ffi.Pointer<ffi.Void> _, ) => func()),
    );