FlattenEachCallback typedef

FlattenEachCallback = dynamic Function(Feature<GeometryType> currentFeature, int featureIndex, int multiFeatureIndex)

Callback for flattenEach

Implementation

typedef FlattenEachCallback = dynamic Function(
  Feature<GeometryType> currentFeature,
  int featureIndex,
  int multiFeatureIndex,
);