deviceId property

  1. @TagNumber(9)
String get deviceId

typically, this will be *, meaning that the package will be forwarded to all users that run the corresponding host.

Implementation

@$pb.TagNumber(9)
$core.String get deviceId => $_getSZ(8);
  1. @TagNumber(9)
set deviceId (String v)

Implementation

@$pb.TagNumber(9)
set deviceId($core.String v) { $_setString(8, v); }