isWeb property
      
      bool
      get
      isWeb
      
    
    
Whether or not the current environment is a web environment.
Implementation
static bool get isWeb => bool.hasEnvironment('dart.library.html');Whether or not the current environment is a web environment.
static bool get isWeb => bool.hasEnvironment('dart.library.html');