HOME top-level property

String HOME

returns the path to the OS specific HOME directory

Implementation

//ignore: non_constant_identifier_names
String get HOME => Env().HOME;