You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -31,6 +31,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
$core.bool? sendToIssuer,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -43,6 +44,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -62,6 +64,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -167,6 +170,15 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool get sendToIssuer => $_getBF(10);
|
||||
@$pb.TagNumber(11)
|
||||
set sendToIssuer($core.bool value) => $_setBool(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasSendToIssuer() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearSendToIssuer() => $_clearField(11);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
Reference in New Issue
Block a user