Index: sdk/lib/io/platform.dart |
diff --git a/sdk/lib/io/platform.dart b/sdk/lib/io/platform.dart |
index d881ce599f47b73ec89f0243d3c5cd975f10f186..75f7ffd0e46b49bc7e0d9cbe574af6ce8f5d8c2e 100644 |
--- a/sdk/lib/io/platform.dart |
+++ b/sdk/lib/io/platform.dart |
@@ -120,6 +120,11 @@ class Platform { |
static final bool isIOS = (_operatingSystem == "ios"); |
/** |
+ * Returns true if the operating system is Fuchsia |
+ */ |
+ static final bool isFuchsia = (_operatingSystem == "fuchsia"); |
+ |
+ /** |
* Get the environment for this process. |
* |
* The returned environment is an unmodifiable map which content is |