You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1187,6 +1187,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
$core.int? attachmentNumber,
|
||||
$core.Iterable<$0.ClaimSummary>? claims,
|
||||
$core.int? claimNumber,
|
||||
$core.Iterable<$0.AppointmentSummary>? appointments,
|
||||
}) {
|
||||
final result = create();
|
||||
if (executionflowID != null) result.executionflowID = executionflowID;
|
||||
@@ -1198,6 +1199,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
|
||||
if (claims != null) result.claims.addAll(claims);
|
||||
if (claimNumber != null) result.claimNumber = claimNumber;
|
||||
if (appointments != null) result.appointments.addAll(appointments);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1216,6 +1218,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
..a<$core.int>(19, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..pc<$0.ClaimSummary>(20, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $0.ClaimSummary.create)
|
||||
..a<$core.int>(21, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..pc<$0.AppointmentSummary>(22, _omitFieldNames ? '' : 'Appointments', $pb.PbFieldType.PM, protoName: 'Appointments', subBuilder: $0.AppointmentSummary.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1314,6 +1317,9 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
$core.bool hasClaimNumber() => $_has(8);
|
||||
@$pb.TagNumber(21)
|
||||
void clearClaimNumber() => $_clearField(21);
|
||||
|
||||
@$pb.TagNumber(22)
|
||||
$pb.PbList<$0.AppointmentSummary> get appointments => $_getList(9);
|
||||
}
|
||||
|
||||
/// Not a GS1 Object.
|
||||
|
||||
Reference in New Issue
Block a user