lastUpdateNotificationCommand property

  1. @TagNumber.new(8)
String get lastUpdateNotificationCommand

Implementation

@$pb.TagNumber(8)
$core.String get lastUpdateNotificationCommand => $_getSZ(7);
  1. @TagNumber.new(8)
set lastUpdateNotificationCommand (String value)

Implementation

@$pb.TagNumber(8)
set lastUpdateNotificationCommand($core.String value) => $_setString(7, value);