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