You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -49,15 +49,9 @@ class TradeClickHouseInput 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.')
|
||||
TradeClickHouseInput clone() => TradeClickHouseInput()..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.')
|
||||
TradeClickHouseInput copyWith(void Function(TradeClickHouseInput) updates) => super.copyWith((message) => updates(message as TradeClickHouseInput)) as TradeClickHouseInput;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -149,15 +143,9 @@ class TradeClickhouseElement 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.')
|
||||
TradeClickhouseElement clone() => TradeClickhouseElement()..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.')
|
||||
TradeClickhouseElement copyWith(void Function(TradeClickhouseElement) updates) => super.copyWith((message) => updates(message as TradeClickhouseElement)) as TradeClickhouseElement;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -259,15 +247,9 @@ class TradeClickhouseElements 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.')
|
||||
TradeClickhouseElements clone() => TradeClickhouseElements()..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.')
|
||||
TradeClickhouseElements copyWith(void Function(TradeClickhouseElements) updates) => super.copyWith((message) => updates(message as TradeClickhouseElements)) as TradeClickhouseElements;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -314,15 +296,9 @@ class TradeCheckpointData 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.')
|
||||
TradeCheckpointData clone() => TradeCheckpointData()..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.')
|
||||
TradeCheckpointData copyWith(void Function(TradeCheckpointData) updates) => super.copyWith((message) => updates(message as TradeCheckpointData)) as TradeCheckpointData;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
Reference in New Issue
Block a user