(str)
| 17634 | return newParticle |
| 17635 | } |
| 17636 | static fromJson(str) { |
| 17637 | return this.serializedParticleToParticle(JSON.parse(str)) |
| 17638 | } |
| 17639 | static fromGridJson(str) { |
| 17640 | const lines = JSON.parse(str) |
| 17641 | const language = new Particle() |
nothing calls this directly
no test coverage detected