Update consts.dart

This commit is contained in:
Ankit Mahato
2024-04-04 08:36:36 +05:30
parent 4bb7476f8a
commit 81c86614f8

View File

@ -272,7 +272,7 @@ const kDefaultContentType = ContentType.json;
enum CodegenLanguage {
curl("cURL", "bash", "curl"),
har("HAR", "json", "har"),
cSharpRestSharp("C# (Rest Sharp)", "cs", "cs");
cSharpRestSharp("C# (Rest Sharp)", "cs", "cs"),
dartHttp("Dart (http)", "dart", "dart"),
dartDio("Dart (dio)", "dart", "dart"),
goHttp("Go (http)", "go", "go"),