values property
override
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
@override
Iterable<void> get values => const <void>[null];