platform property

String platform
getter/setter pair

Implementation

static String platform = Platform.isAndroid ? "Android" : "iOS";