You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/source_context.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
|
||||
@@ -13,6 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// `SourceContext` represents information about the source of a
|
||||
/// protobuf element, like the file in which it is defined.
|
||||
class SourceContext extends $pb.GeneratedMessage {
|
||||
@@ -64,7 +66,7 @@ class SourceContext extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasFileName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearFileName() => clearField(1);
|
||||
void clearFileName() => $_clearField(1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user