You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -30,6 +30,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -41,6 +42,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -59,6 +61,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -155,6 +158,15 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
/// List of contacts mail
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$core.String> get contactMails => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool get groupSending => $_getBF(9);
|
||||
@$pb.TagNumber(10)
|
||||
set groupSending($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
Reference in New Issue
Block a user