(indentLevel)
| 16114 | return subparticles.join("\n") |
| 16115 | } |
| 16116 | _subparticlesToYamlAssociativeArray(indentLevel) { |
| 16117 | return this.map(particle => particle._toYamlAssociativeArrayElement(indentLevel)) |
| 16118 | } |
| 16119 | get asJsonSubset() { |
| 16120 | return JSON.stringify(this.toObject(), null, " ") |
| 16121 | } |
no test coverage detected