isWeb property

bool get isWeb

True if the app is running on web

Implementation

static bool get isWeb => type == PlatformType.web;