()
| 19602 | return hit && hit.get(ParsersConstants.single) !== "false" |
| 19603 | } |
| 19604 | get isUniqueLine() { |
| 19605 | const hit = this._getParticleFromExtended(ParsersConstants.uniqueLine) |
| 19606 | return hit && hit.get(ParsersConstants.uniqueLine) !== "false" |
| 19607 | } |
| 19608 | isRequired() { |
| 19609 | return this._hasFromExtended(ParsersConstants.required) |
| 19610 | } |
nothing calls this directly
no test coverage detected