channelId property

  1. @TagNumber.new(2)
NotificationChannelId get channelId

Implementation

@$pb.TagNumber(2)
$0.NotificationChannelId get channelId => $_getN(1);
  1. @TagNumber.new(2)
set channelId (NotificationChannelId value)

Implementation

@$pb.TagNumber(2)
set channelId($0.NotificationChannelId value) => $_setField(2, value);