()
| 16004 | return newObject |
| 16005 | } |
| 16006 | _toObject() { |
| 16007 | const obj = {} |
| 16008 | this.forEach(particle => { |
| 16009 | const tuple = particle._toObjectTuple() |
| 16010 | obj[tuple[0]] = tuple[1] |
| 16011 | }) |
| 16012 | return obj |
| 16013 | } |
| 16014 | get asHtml() { |
| 16015 | return this._subparticlesToHtml(0) |
| 16016 | } |
no test coverage detected