currentPlatform property

String currentPlatform

Implementation

static String get currentPlatform {
  return currentOs.name;
}