cwd method

  1. @override
String cwd()
override

Gets the current working directory.

Implementation

@override
String cwd() => Directory.current.path;