You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -26,8 +26,8 @@ class RuleType extends $pb.ProtobufEnum {
|
||||
RULE_TYPE_PROJECT_ANONYMIZE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, RuleType> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static RuleType? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<RuleType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static RuleType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const RuleType._(super.v, super.n);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user