Latest generation

This commit is contained in:
ci core model
2025-03-31 12:58:50 +00:00
parent ca987a8e5b
commit 79f3015ef8
450 changed files with 8802 additions and 8388 deletions

View File

@@ -2,7 +2,7 @@
// Generated code. Do not modify.
// source: module.proto
//
// @dart = 2.12
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
@@ -27,7 +27,7 @@ class ModuleCategory extends $pb.ProtobufEnum {
static final $core.Map<$core.int, ModuleCategory> _byValue = $pb.ProtobufEnum.initByValue(values);
static ModuleCategory? valueOf($core.int value) => _byValue[value];
const ModuleCategory._($core.int v, $core.String n) : super(v, n);
const ModuleCategory._(super.v, super.n);
}