normalizedLargeDatasetPointThreshold property

int get normalizedLargeDatasetPointThreshold

Implementation

int get normalizedLargeDatasetPointThreshold =>
    largeDatasetPointThreshold < 1 ? 1 : largeDatasetPointThreshold;