all constant
PlatformSelector
const all
A selector that declares that a test can be run on all platforms.
Implementation
static const all = PlatformSelector._(BooleanSelector.all);
A selector that declares that a test can be run on all platforms.
static const all = PlatformSelector._(BooleanSelector.all);