platform property

String platform
getter/setter pair

Implementation

static String platform = kIsWeb ? 'web' : Platform.operatingSystem;