You've already forked dart-core-sdk
Latest generation
This commit is contained in:
27
lib/google/protobuf/source_context.pbjson.dart
Normal file
27
lib/google/protobuf/source_context.pbjson.dart
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/source_context.proto
|
||||
//
|
||||
// @dart = 2.12
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use sourceContextDescriptor instead')
|
||||
const SourceContext$json = {
|
||||
'1': 'SourceContext',
|
||||
'2': [
|
||||
{'1': 'file_name', '3': 1, '4': 1, '5': 9, '10': 'fileName'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `SourceContext`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List sourceContextDescriptor = $convert.base64Decode(
|
||||
'Cg1Tb3VyY2VDb250ZXh0EhsKCWZpbGVfbmFtZRgBIAEoCVIIZmlsZU5hbWU=');
|
||||
|
||||
Reference in New Issue
Block a user