isMobile property

bool isMobile
getter/setter pair

Implementation

static var isMobile = !isWeb && (Platform.isAndroid || Platform.isIOS);