root property
The string that represents the root of the file system.
Memory file system is always single-rooted.
Implementation
String get root => '$drive$separator';
The string that represents the root of the file system.
Memory file system is always single-rooted.
String get root => '$drive$separator';