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