platformValues top-level property
Implementation
final platformValues = EnumValues({
"browser": Platform.browser,
"flutter": Platform.flutter,
"react-native": Platform.reactNative
});
final platformValues = EnumValues({
"browser": Platform.browser,
"flutter": Platform.flutter,
"react-native": Platform.reactNative
});