notificationConfig property

  1. @TagNumber(2)
NotificationConfig get notificationConfig

Implementation

@$pb.TagNumber(2)
NotificationConfig get notificationConfig => $_getN(0);
  1. @TagNumber(2)
set notificationConfig (NotificationConfig v)

Implementation

@$pb.TagNumber(2)
set notificationConfig(NotificationConfig v) {
  setField(2, v);
}