You've already forked dart-core-sdk
Latest generation
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 $77;
|
||||
import 'repositoryShared.pb.dart' as $75;
|
||||
import 'shared.pb.dart' as $35;
|
||||
|
||||
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({
|
||||
$77.ActorSnapshot? snapshot,
|
||||
$75.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<$77.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $77.ActorSnapshot.create)
|
||||
..aOM<$75.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $75.ActorSnapshot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -63,15 +63,15 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
static ActorCompleteSnapshotPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$77.ActorSnapshot get snapshot => $_getN(0);
|
||||
$75.ActorSnapshot get snapshot => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set snapshot($77.ActorSnapshot v) { $_setField(1, v); }
|
||||
set snapshot($75.ActorSnapshot v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSnapshot() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSnapshot() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$77.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
$75.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
}
|
||||
|
||||
class ActorCompleteSnapshot extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user