notificationConfig property

  1. @TagNumber(2)
NotificationConfig notificationConfig

Implementation

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

Implementation

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