values property Null safety
Returns an iterable of the variations that this test dimension represents.
The variations returned should be unique so that the same variation isn't needlessly run twice.
Implementation
Iterable<T> get values;
Returns an iterable of the variations that this test dimension represents.
The variations returned should be unique so that the same variation isn't needlessly run twice.
Iterable<T> get values;