withHiddenSeriesIds method
Replaces LegendAnnotation.hiddenSeriesIds with value.
Implementation
LegendAnnotation withHiddenSeriesIds(Set<String> value) =>
copyWith(hiddenSeriesIds: value);
Replaces LegendAnnotation.hiddenSeriesIds with value.
LegendAnnotation withHiddenSeriesIds(Set<String> value) =>
copyWith(hiddenSeriesIds: value);