* Whether the condition represents a reference to a condition * @returns {Boolean}
()
| 151 | * @returns {Boolean} |
| 152 | */ |
| 153 | isConditionReference () { |
| 154 | return Object.prototype.hasOwnProperty.call(this, 'condition') |
| 155 | } |
| 156 | } |
no outgoing calls
no test coverage detected