notificationConfig property

  1. @TagNumber(6)
NotificationConfig get notificationConfig

Implementation

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

Implementation

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