mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update consts.dart
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user