menu
morpheme_cli package
documentation
generate/json2dart/json2dart_command.dart
Json2DartCommand
removeDir method
removeDir method
dark_mode
light_mode
removeDir
method
void
removeDir
(
String
path
)
Implementation
void removeDir(String path) { if (exists(path)) { deleteDir(path); } }
morpheme_cli package
documentation
generate/json2dart/json2dart_command
Json2DartCommand
removeDir method
Json2DartCommand class