operatingSystemValues constant
A list of the known values that operatingSystem can have.
Implementation
static const List<String> operatingSystemValues = <String>[
android,
fuchsia,
iOS,
linux,
macOS,
windows,
];
A list of the known values that operatingSystem can have.
static const List<String> operatingSystemValues = <String>[
android,
fuchsia,
iOS,
linux,
macOS,
windows,
];