externalNotification property

  1. @TagNumber(3)
ModuleConfig_ExternalNotificationConfig get externalNotification

TODO: REPLACE

Implementation

@$pb.TagNumber(3)
ModuleConfig_ExternalNotificationConfig get externalNotification => $_getN(2);
  1. @TagNumber(3)
set externalNotification (ModuleConfig_ExternalNotificationConfig value)

Implementation

@$pb.TagNumber(3)
set externalNotification(ModuleConfig_ExternalNotificationConfig value) =>
    $_setField(3, value);