name property

String get name

The read-only name property of the FileSystem interface indicates the file system's name. This string is unique among all file systems currently exposed by the File and Directory Entries API.

Implementation

external String get name;