isOptional indicates whether the output step has an optional result. Individual conditional attributes are not optional; however, rules and subrules can have optional output.
()
| 410 | // |
| 411 | // Individual conditional attributes are not optional; however, rules and subrules can have optional output. |
| 412 | isOptional() bool |
| 413 | |
| 414 | // condition returns the condition associated with the output. |
| 415 | condition() ast.Expr |