allAliases constant

Set<String> const allAliases

Implementation

static const Set<String> allAliases = {
  ...largeDatasetPointThresholdAliases,
  ...cachePressureWarningThresholdAliases,
  ...lowRenderCacheHitRateThresholdAliases,
  ...lowRenderCacheMinRequestsAliases,
};