notificationUserID property

  1. @TagNumber.new(17)
String get notificationUserID

Implementation

@$pb.TagNumber(17)
$core.String get notificationUserID => $_getSZ(16);
  1. @TagNumber.new(17)
set notificationUserID (String value)

Implementation

@$pb.TagNumber(17)
set notificationUserID($core.String value) => $_setString(16, value);