You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/any.pb.dart' as $90;
|
||||
import '../protobuf/any.pb.dart' as $96;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -73,7 +73,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
factory Status({
|
||||
$core.int? code,
|
||||
$core.String? message,
|
||||
$core.Iterable<$90.Any>? details,
|
||||
$core.Iterable<$96.Any>? details,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (code != null) {
|
||||
@@ -94,7 +94,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Status', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..a<$core.int>(1, _omitFieldNames ? '' : 'code', $pb.PbFieldType.O3)
|
||||
..aOS(2, _omitFieldNames ? '' : 'message')
|
||||
..pc<$90.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $90.Any.create)
|
||||
..pc<$96.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $96.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -144,7 +144,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
/// A list of messages that carry the error details. There is a common set of
|
||||
/// message types for APIs to use.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$90.Any> get details => $_getList(2);
|
||||
$pb.PbList<$96.Any> get details => $_getList(2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user