Update consts.dart

This commit is contained in:
Ashita Prasad
2023-08-29 04:59:34 +05:30
parent 40e337ce92
commit a4fddf64b8

View File

@ -232,7 +232,7 @@ const kDefaultContentType = ContentType.json;
enum CodegenLanguage {
dartHttp("Dart (http)", "dart", "dart"),
kotlinOkHttp("Kotlin (OkHttp)", "java", "kt");
kotlinOkHttp("Kotlin (okhttp3)", "java", "kt");
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
final String label;