You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -72,15 +72,9 @@ class NotifCreatedPayload 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.')
|
||||
NotifCreatedPayload clone() => NotifCreatedPayload()..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.')
|
||||
NotifCreatedPayload copyWith(void Function(NotifCreatedPayload) updates) => super.copyWith((message) => updates(message as NotifCreatedPayload)) as NotifCreatedPayload;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -197,15 +191,9 @@ class NotifCreatedEvent 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.')
|
||||
NotifCreatedEvent clone() => NotifCreatedEvent()..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.')
|
||||
NotifCreatedEvent copyWith(void Function(NotifCreatedEvent) updates) => super.copyWith((message) => updates(message as NotifCreatedEvent)) as NotifCreatedEvent;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -282,15 +270,9 @@ class NotifCreatedRequest 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.')
|
||||
NotifCreatedRequest clone() => NotifCreatedRequest()..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.')
|
||||
NotifCreatedRequest copyWith(void Function(NotifCreatedRequest) updates) => super.copyWith((message) => updates(message as NotifCreatedRequest)) as NotifCreatedRequest;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
@@ -362,15 +344,9 @@ class NotifCreatedResponse 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.')
|
||||
NotifCreatedResponse clone() => NotifCreatedResponse()..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.')
|
||||
NotifCreatedResponse copyWith(void Function(NotifCreatedResponse) updates) => super.copyWith((message) => updates(message as NotifCreatedResponse)) as NotifCreatedResponse;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
Reference in New Issue
Block a user