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 'executionflow.pb.dart' as $84;
|
||||
import 'executionflow.pb.dart' as $78;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -81,7 +81,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$84.Executionflow>? objects,
|
||||
$core.Iterable<$78.Executionflow>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -98,7 +98,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$84.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $84.Executionflow.create)
|
||||
..pc<$78.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $78.Executionflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -135,7 +135,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$84.Executionflow> get objects => $_getList(1);
|
||||
$pb.PbList<$78.Executionflow> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -231,7 +231,7 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$84.Executionflow>? objects,
|
||||
$core.Iterable<$78.Executionflow>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -252,7 +252,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$84.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $84.Executionflow.create)
|
||||
..pc<$78.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $78.Executionflow.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -290,7 +290,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$84.Executionflow> get objects => $_getList(1);
|
||||
$pb.PbList<$78.Executionflow> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
|
||||
Reference in New Issue
Block a user