myItemsPage property

  1. @TagNumber.new(11)
NotificationAction_MyItemsPageId get myItemsPage

Implementation

@$pb.TagNumber(11)
NotificationAction_MyItemsPageId get myItemsPage => $_getN(9);
  1. @TagNumber.new(11)
set myItemsPage (NotificationAction_MyItemsPageId value)

Implementation

@$pb.TagNumber(11)
set myItemsPage(NotificationAction_MyItemsPageId value) =>
    $_setField(11, value);