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 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -24,7 +24,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// by reseting the quantity of missing stock entry for the current snapshot
|
||||
class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
factory ActorCompleteSnapshotPayload({
|
||||
$69.ActorSnapshot? snapshot,
|
||||
$65.ActorSnapshot? snapshot,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (snapshot != null) {
|
||||
@@ -37,7 +37,7 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
factory ActorCompleteSnapshotPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCompleteSnapshotPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$69.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create)
|
||||
..aOM<$65.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -63,15 +63,15 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
static ActorCompleteSnapshotPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$69.ActorSnapshot get snapshot => $_getN(0);
|
||||
$65.ActorSnapshot get snapshot => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set snapshot($69.ActorSnapshot v) { $_setField(1, v); }
|
||||
set snapshot($65.ActorSnapshot v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSnapshot() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSnapshot() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$69.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
$65.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
}
|
||||
|
||||
class ActorCompleteSnapshot extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user