displayFeaturesTestValue property Null safety

void displayFeaturesTestValue=(List<DisplayFeature> displayFeaturesTestValue)

Hides the real displayFeatures and reports the given displayFeaturesTestValue instead.

Implementation

set displayFeaturesTestValue(List<ui.DisplayFeature> displayFeaturesTestValue) { // ignore: avoid_setters_without_getters
  _displayFeaturesTestValue = displayFeaturesTestValue;
  onMetricsChanged?.call();
}