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/field_mask.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
|
||||
@@ -14,6 +14,8 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// `FieldMask` represents a set of symbolic field paths, for example:
|
||||
///
|
||||
/// paths: "f.a"
|
||||
@@ -255,7 +257,7 @@ class FieldMask extends $pb.GeneratedMessage with $mixin.FieldMaskMixin {
|
||||
|
||||
/// The set of field mask paths.
|
||||
@$pb.TagNumber(1)
|
||||
$core.List<$core.String> get paths => $_getList(0);
|
||||
$pb.PbList<$core.String> get paths => $_getList(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user