lastUpdateNotification property

  1. @TagNumber(3)
String get lastUpdateNotification

Implementation

@$pb.TagNumber(3)
$core.String get lastUpdateNotification => $_getSZ(2);
  1. @TagNumber(3)
set lastUpdateNotification (String v)

Implementation

@$pb.TagNumber(3)
set lastUpdateNotification($core.String v) {
  $_setString(2, v);
}