platform property

String platform
getter/setter pair

Implementation

static String platform = Platform.isIOS ? 'iPhone' : 'Android';