operatingSystem top-level property

String operatingSystem

Implementation

String get operatingSystem => isWeb ? "web" : Platform.operatingSystem;