notificationType property

  1. @TagNumber(1)
NotificationType get notificationType

Implementation

@$pb.TagNumber(1)
NotificationType get notificationType => $_getN(0);
  1. @TagNumber(1)
set notificationType (NotificationType v)

Implementation

@$pb.TagNumber(1)
set notificationType(NotificationType v) { setField(1, v); }