You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -48,6 +48,8 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$1.ETAbyExecutionflow>? executionflowETAs,
|
||||
$1.ETA? orderETA,
|
||||
$core.bool? anticipated,
|
||||
$core.Iterable<$0.AppointmentSummary>? appointments,
|
||||
$core.Iterable<$0.AppointmentSummary>? removedAppointments,
|
||||
}) {
|
||||
final result = create();
|
||||
if (creationDateTime != null) result.creationDateTime = creationDateTime;
|
||||
@@ -73,6 +75,8 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
if (executionflowETAs != null) result.executionflowETAs.addAll(executionflowETAs);
|
||||
if (orderETA != null) result.orderETA = orderETA;
|
||||
if (anticipated != null) result.anticipated = anticipated;
|
||||
if (appointments != null) result.appointments.addAll(appointments);
|
||||
if (removedAppointments != null) result.removedAppointments.addAll(removedAppointments);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -105,6 +109,8 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
..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')
|
||||
..pc<$0.AppointmentSummary>(25, _omitFieldNames ? '' : 'Appointments', $pb.PbFieldType.PM, protoName: 'Appointments', subBuilder: $0.AppointmentSummary.create)
|
||||
..pc<$0.AppointmentSummary>(26, _omitFieldNames ? '' : 'RemovedAppointments', $pb.PbFieldType.PM, protoName: 'RemovedAppointments', subBuilder: $0.AppointmentSummary.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -330,6 +336,13 @@ class OrderPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasAnticipated() => $_has(22);
|
||||
@$pb.TagNumber(24)
|
||||
void clearAnticipated() => $_clearField(24);
|
||||
|
||||
@$pb.TagNumber(25)
|
||||
$pb.PbList<$0.AppointmentSummary> get appointments => $_getList(23);
|
||||
|
||||
/// Appointment removed from the order
|
||||
@$pb.TagNumber(26)
|
||||
$pb.PbList<$0.AppointmentSummary> get removedAppointments => $_getList(24);
|
||||
}
|
||||
|
||||
/// Order entity
|
||||
|
||||
Reference in New Issue
Block a user