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