externalNotification property

  1. @TagNumber(3)
ModuleConfig_ExternalNotificationConfig get externalNotification

The part of the config that is specific to the ExternalNotification module

Implementation

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

Implementation

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