explain method
Returns a formatted JSON explanation of config.
Implementation
String explain(DepSherpaConfig config) {
return const JsonEncoder.withIndent(' ').convert(config.toJson());
}
Returns a formatted JSON explanation of config.
String explain(DepSherpaConfig config) {
return const JsonEncoder.withIndent(' ').convert(config.toJson());
}