You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Generated code. Do not modify.
|
||||
// source: validate.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
|
||||
@@ -16,7 +16,9 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
||||
/// WellKnownRegex contain some well-known patterns.
|
||||
class KnownRegex extends $pb.ProtobufEnum {
|
||||
static const KnownRegex UNKNOWN = KnownRegex._(0, _omitEnumNames ? '' : 'UNKNOWN');
|
||||
/// HTTP header name as defined by RFC 7230.
|
||||
static const KnownRegex HTTP_HEADER_NAME = KnownRegex._(1, _omitEnumNames ? '' : 'HTTP_HEADER_NAME');
|
||||
/// HTTP header value as defined by RFC 7230.
|
||||
static const KnownRegex HTTP_HEADER_VALUE = KnownRegex._(2, _omitEnumNames ? '' : 'HTTP_HEADER_VALUE');
|
||||
|
||||
static const $core.List<KnownRegex> values = <KnownRegex> [
|
||||
@@ -28,7 +30,7 @@ class KnownRegex extends $pb.ProtobufEnum {
|
||||
static final $core.Map<$core.int, KnownRegex> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static KnownRegex? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const KnownRegex._($core.int v, $core.String n) : super(v, n);
|
||||
const KnownRegex._(super.v, super.n);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user