data property

  1. @TagNumber.new(1)
NotificationRes_type get data

Implementation

@$pb.TagNumber(1)
NotificationRes_type get data => $_getN(0);
  1. @TagNumber.new(1)
set data (NotificationRes_type v)

Implementation

@$pb.TagNumber(1)
set data(NotificationRes_type v) { setField(1, v); }