You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user