fileName property

String get fileName

The file system path of the associated resource. Shorthand notation for {@link TextDocument.uriTextDocument.uri.fsPath}. Independent of the uri scheme.

Implementation

_i2.String get fileName => _i5.getProperty(
      this,
      'fileName',
    );