You've already forked dart-core-sdk
Release 1.10.6
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 $86;
|
||||
import '../protobuf/any.pb.dart' as $80;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -60,7 +60,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
factory HttpBody({
|
||||
$core.String? contentType,
|
||||
$core.List<$core.int>? data,
|
||||
$core.Iterable<$86.Any>? extensions,
|
||||
$core.Iterable<$80.Any>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (contentType != null) {
|
||||
@@ -81,7 +81,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HttpBody', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'contentType')
|
||||
..a<$core.List<$core.int>>(2, _omitFieldNames ? '' : 'data', $pb.PbFieldType.OY)
|
||||
..pc<$86.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $86.Any.create)
|
||||
..pc<$80.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $80.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -129,7 +129,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
/// Application specific response metadata. Must be set in the first response
|
||||
/// for streaming APIs.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$86.Any> get extensions => $_getList(2);
|
||||
$pb.PbList<$80.Any> get extensions => $_getList(2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user