name property
Optionally, update the name of the target. If not set, the name will not be changed.
Implementation
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set name($core.String value) => $_setString(1, value);