producerNotificationChannel property

  1. @TagNumber(7)
String get producerNotificationChannel

Implementation

@$pb.TagNumber(7)
$core.String get producerNotificationChannel => $_getSZ(2);
  1. @TagNumber(7)
set producerNotificationChannel (String v)

Implementation

@$pb.TagNumber(7)
set producerNotificationChannel($core.String v) {
  $_setString(2, v);
}