notificationType property

  1. @TagNumber.new(1)
NotificationType get notificationType

Implementation

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

Implementation

@$pb.TagNumber(1)
set notificationType(NotificationType value) => $_setField(1, value);