clusterReduce<T> method
Implementation
T? clusterReduce<T>(
dynamic property,
meta.ClusterReduceCallback<T> callback,
dynamic initialValue,
) {
return meta.clusterReduce<T>(
this,
property,
callback,
initialValue,
);
}