CdCommand constructor

CdCommand({
  1. required void onDirectoryChange(
    1. String
    ),
  2. required String getCurrentDir(),
})

Implementation

CdCommand({required this.onDirectoryChange, required this.getCurrentDir});