name property

String? get name

The name of the workspace. undefined when no workspace has been opened.

Refer to https://code.visualstudio.com/docs/editor/workspaces for more information on the concept of workspaces.

Implementation

_i2.String? get name => _i4.getProperty(
      this,
      'name',
    );