You've already forked dart-core-sdk
Release 1.13.4
This commit is contained in:
@@ -47,7 +47,6 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
$core.int? claimNumber,
|
||||
$core.Iterable<$1.ETAbyExecutionflow>? executionflowETAs,
|
||||
$1.ETA? orderETA,
|
||||
$core.bool? anticipated,
|
||||
}) {
|
||||
final result = create();
|
||||
if (creationDateTime != null) result.creationDateTime = creationDateTime;
|
||||
@@ -72,7 +71,6 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
if (claimNumber != null) result.claimNumber = claimNumber;
|
||||
if (executionflowETAs != null) result.executionflowETAs.addAll(executionflowETAs);
|
||||
if (orderETA != null) result.orderETA = orderETA;
|
||||
if (anticipated != null) result.anticipated = anticipated;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -104,7 +102,6 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
..a<$core.int>(21, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..pc<$1.ETAbyExecutionflow>(22, _omitFieldNames ? '' : 'ExecutionflowETAs', $pb.PbFieldType.PM, protoName: 'ExecutionflowETAs', subBuilder: $1.ETAbyExecutionflow.create)
|
||||
..aOM<$1.ETA>(23, _omitFieldNames ? '' : 'OrderETA', protoName: 'OrderETA', subBuilder: $1.ETA.create)
|
||||
..aOB(24, _omitFieldNames ? '' : 'Anticipated', protoName: 'Anticipated')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -321,15 +318,6 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
void clearOrderETA() => $_clearField(23);
|
||||
@$pb.TagNumber(23)
|
||||
$1.ETA ensureOrderETA() => $_ensure(21);
|
||||
|
||||
@$pb.TagNumber(24)
|
||||
$core.bool get anticipated => $_getBF(22);
|
||||
@$pb.TagNumber(24)
|
||||
set anticipated($core.bool value) => $_setBool(22, value);
|
||||
@$pb.TagNumber(24)
|
||||
$core.bool hasAnticipated() => $_has(22);
|
||||
@$pb.TagNumber(24)
|
||||
void clearAnticipated() => $_clearField(24);
|
||||
}
|
||||
|
||||
/// Order entity
|
||||
|
||||
Reference in New Issue
Block a user