isWeb property

bool get isWeb

Whether we're running on web at all

Implementation

static bool get isWeb => current != RendererType.notWeb;