userComment property
Stores any comment that the user might add during this operation
Implementation
@$pb.TagNumber(2)
$core.String get userComment => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set userComment($core.String value) => $_setString(1, value);