You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -14,14 +14,14 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pbenum.dart' as $77;
|
||||
import 'collabShared.pbenum.dart' as $76;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory NotifCreatedPayload({
|
||||
$77.NotifTypeEnum? notificationType,
|
||||
$76.NotifTypeEnum? notificationType,
|
||||
$core.String? issuerID,
|
||||
$core.Iterable<$core.String>? contacts,
|
||||
$core.String? details,
|
||||
@@ -48,7 +48,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory NotifCreatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$77.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $77.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $77.NotifTypeEnum.valueOf, enumValues: $77.NotifTypeEnum.values)
|
||||
..e<$76.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $76.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $76.NotifTypeEnum.valueOf, enumValues: $76.NotifTypeEnum.values)
|
||||
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
|
||||
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
|
||||
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
|
||||
@@ -78,9 +78,9 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Type Of Change to be notified
|
||||
@$pb.TagNumber(1)
|
||||
$77.NotifTypeEnum get notificationType => $_getN(0);
|
||||
$76.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($77.NotifTypeEnum value) => $_setField(1, value);
|
||||
set notificationType($76.NotifTypeEnum value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
|
||||
Reference in New Issue
Block a user