newMessageEventNotificationConfig property

  1. @TagNumber(8)
NotificationConfig get newMessageEventNotificationConfig

Implementation

@$pb.TagNumber(8)
NotificationConfig get newMessageEventNotificationConfig => $_getN(7);
  1. @TagNumber(8)
set newMessageEventNotificationConfig (NotificationConfig v)

Implementation

@$pb.TagNumber(8)
set newMessageEventNotificationConfig(NotificationConfig v) {
  setField(8, v);
}