You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -38,6 +38,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
$1.AppointmentContent? unloading,
|
||||
$core.Iterable<$core.String>? attendees,
|
||||
$core.Iterable<$2.MetadataElement>? segmentationKeys,
|
||||
$core.Iterable<$1.AckDocument>? ackDocuments,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
@@ -54,6 +55,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (unloading != null) result.unloading = unloading;
|
||||
if (attendees != null) result.attendees.addAll(attendees);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
if (ackDocuments != null) result.ackDocuments.addAll(ackDocuments);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -77,6 +79,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$1.AppointmentContent>(26, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $1.AppointmentContent.create)
|
||||
..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..pc<$2.MetadataElement>(28, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $2.MetadataElement.create)
|
||||
..pc<$1.AckDocument>(29, _omitFieldNames ? '' : 'AckDocuments', $pb.PbFieldType.PM, protoName: 'AckDocuments', subBuilder: $1.AckDocument.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -220,6 +223,9 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(28)
|
||||
$pb.PbList<$2.MetadataElement> get segmentationKeys => $_getList(13);
|
||||
|
||||
@$pb.TagNumber(29)
|
||||
$pb.PbList<$1.AckDocument> get ackDocuments => $_getList(14);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
Reference in New Issue
Block a user