setDestinationDirectory property

set setDestinationDirectory (String path)

Implementation

set setDestinationDirectory(String path) {
  ColoredLog.yellow(path, name: 'Destination Directory');
  _destinationDirectoryPath = path;
}