isWeb property

bool isWeb
final

Denotes app was built for web, same as kIsWeb

Implementation

// ignore: prefer_const_declarations
static final isWeb = kIsWeb;