lastUpdateNotification property

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

Implementation

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

Implementation

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