statement property
Optional closing sentence, rendered bare after one blank line. It is the line a person actually reads before approving, so it comes last and ends the message.
Implementation
@$pb.TagNumber(3)
$core.String get statement => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set statement($core.String value) => $_setString(2, value);