isWeb property

  1. @visibleForTesting
bool isWeb
getter/setter pair

Whether or not the current environment is web Should only be overriden for testing purposes. Otherwise, defaults to kIsWeb

Implementation

@visibleForTesting
bool isWeb = kIsWeb;