appName property
      
      String
      get
      appName
      
    
    
The application name of the editor, like 'VS Code'.
Implementation
_i2.String get appName => _i3.getProperty(
      this,
      'appName',
    );The application name of the editor, like 'VS Code'.
_i2.String get appName => _i3.getProperty(
      this,
      'appName',
    );