notification property

  1. @TagNumber.new(3)
String get notification

Implementation

@$pb.TagNumber(3)
$core.String get notification => $_getSZ(2);
  1. @TagNumber.new(3)
set notification (String value)

Implementation

@$pb.TagNumber(3)
set notification($core.String value) => $_setString(2, value);