You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -42,15 +42,9 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByIdQuery clone() => ExecutionflowByIdQuery()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByIdQuery copyWith(void Function(ExecutionflowByIdQuery) updates) => super.copyWith((message) => updates(message as ExecutionflowByIdQuery)) as ExecutionflowByIdQuery;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -102,15 +96,9 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByIdResult clone() => ExecutionflowByIdResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByIdResult copyWith(void Function(ExecutionflowByIdResult) updates) => super.copyWith((message) => updates(message as ExecutionflowByIdResult)) as ExecutionflowByIdResult;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -172,15 +160,9 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByFilterQuery clone() => ExecutionflowByFilterQuery()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByFilterQuery copyWith(void Function(ExecutionflowByFilterQuery) updates) => super.copyWith((message) => updates(message as ExecutionflowByFilterQuery)) as ExecutionflowByFilterQuery;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -257,15 +239,9 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByFilterResult clone() => ExecutionflowByFilterResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowByFilterResult copyWith(void Function(ExecutionflowByFilterResult) updates) => super.copyWith((message) => updates(message as ExecutionflowByFilterResult)) as ExecutionflowByFilterResult;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
Reference in New Issue
Block a user